Project Dependencies
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Type | Licenses | Optional |
|---|---|---|---|---|---|
| org.bremersee | geojson-model | 6.0.3 | jar | Apache License, Version 2.0 | No |
| org.locationtech.jts | jts-core | 1.20.0 | jar | Eclipse Public License, Version 2.0Eclipse Distribution License - v 1.0 | No |
| org.springframework | spring-context | 7.0.8 | jar | Apache License, Version 2.0 | No |
| tools.jackson.core | jackson-databind | 3.1.4 | jar | The Apache Software License, Version 2.0 | No |
| org.immutables | serial | 2.12.2 | jar | The Apache Software License, Version 2.0 | Yes |
| org.immutables | value | 2.12.2 | jar | The Apache Software License, Version 2.0 | Yes |
| org.projectlombok | lombok | 1.18.46 | jar | The MIT License | Yes |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Type | Licenses |
|---|---|---|---|---|
| org.assertj | assertj-core | 3.27.7 | jar | Apache-2.0 |
| org.junit.jupiter | junit-jupiter | 6.0.3 | jar | Eclipse Public License v2.0 |
| org.mockito | mockito-core | 5.20.0 | jar | MIT |
| org.mockito | mockito-junit-jupiter | 5.20.0 | jar | MIT |
Project Transitive Dependencies
The following is a list of transitive dependencies for this project. Transitive dependencies are the dependencies of the project dependencies.
compile
The following is a list of compile dependencies for this project. These dependencies are required to compile and run the application:
| GroupId | ArtifactId | Version | Type | Licenses |
|---|---|---|---|---|
| com.fasterxml.jackson.core | jackson-annotations | 2.21 | jar | The Apache Software License, Version 2.0 |
| commons-logging | commons-logging | 1.3.6 | jar | Apache-2.0 |
| io.micrometer | micrometer-commons | 1.16.6 | jar | The Apache Software License, Version 2.0 |
| io.micrometer | micrometer-observation | 1.16.6 | jar | The Apache Software License, Version 2.0 |
| io.swagger.core.v3 | swagger-annotations | 2.2.43 | jar | Apache License 2.0 |
| org.jspecify | jspecify | 1.0.0 | jar | The Apache License, Version 2.0 |
| org.springframework | spring-aop | 7.0.8 | jar | Apache License, Version 2.0 |
| org.springframework | spring-beans | 7.0.8 | jar | Apache License, Version 2.0 |
| org.springframework | spring-core | 7.0.8 | jar | Apache License, Version 2.0 |
| org.springframework | spring-expression | 7.0.8 | jar | Apache License, Version 2.0 |
| tools.jackson.core | jackson-core | 3.1.4 | jar | The Apache Software License, Version 2.0 |
test
The following is a list of test dependencies for this project. These dependencies are only required to compile and run unit tests for the application:
| GroupId | ArtifactId | Version | Type | Licenses |
|---|---|---|---|---|
| net.bytebuddy | byte-buddy | 1.17.8 | jar | Apache License, Version 2.0 |
| net.bytebuddy | byte-buddy-agent | 1.17.8 | jar | Apache License, Version 2.0 |
| org.apiguardian | apiguardian-api | 1.1.2 | jar | The Apache License, Version 2.0 |
| org.junit.jupiter | junit-jupiter-api | 6.0.3 | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-engine | 6.0.3 | jar | Eclipse Public License v2.0 |
| org.junit.jupiter | junit-jupiter-params | 6.0.3 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-commons | 6.0.3 | jar | Eclipse Public License v2.0 |
| org.junit.platform | junit-platform-engine | 6.0.3 | jar | Eclipse Public License v2.0 |
| org.objenesis | objenesis | 3.3 | jar | Apache License, Version 2.0 |
| org.opentest4j | opentest4j | 1.3.0 | jar | The Apache License, Version 2.0 |
Project Dependency Graph
Dependency Tree
- org.bremersee:geojson:jar:6.0.3
- org.bremersee:geojson-model:jar:6.0.3 (compile)
- io.swagger.core.v3:swagger-annotations:jar:2.2.43 (compile)
![[Information]](./images/icon_info_sml.gif)
- com.fasterxml.jackson.core:jackson-annotations:jar:2.21 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.swagger.core.v3:swagger-annotations:jar:2.2.43 (compile)
- org.springframework:spring-context:jar:7.0.8 (compile)
- org.springframework:spring-aop:jar:7.0.8 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-beans:jar:7.0.8 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.springframework:spring-core:jar:7.0.8 (compile)
- commons-logging:commons-logging:jar:1.3.6 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.jspecify:jspecify:jar:1.0.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- commons-logging:commons-logging:jar:1.3.6 (compile)
- org.springframework:spring-expression:jar:7.0.8 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.micrometer:micrometer-observation:jar:1.16.6 (compile)
- io.micrometer:micrometer-commons:jar:1.16.6 (compile)
![[Information]](./images/icon_info_sml.gif)
- io.micrometer:micrometer-commons:jar:1.16.6 (compile)
- org.springframework:spring-aop:jar:7.0.8 (compile)
- tools.jackson.core:jackson-databind:jar:3.1.4 (compile)
- tools.jackson.core:jackson-core:jar:3.1.4 (compile)
![[Information]](./images/icon_info_sml.gif)
- tools.jackson.core:jackson-core:jar:3.1.4 (compile)
- org.locationtech.jts:jts-core:jar:1.20.0 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter:jar:6.0.3 (test)
- org.junit.jupiter:junit-jupiter-api:jar:6.0.3 (test)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-commons:jar:6.0.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.apiguardian:apiguardian-api:jar:1.1.2 (test)
![[Information]](./images/icon_info_sml.gif)
- org.opentest4j:opentest4j:jar:1.3.0 (test)
- org.junit.jupiter:junit-jupiter-params:jar:6.0.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.jupiter:junit-jupiter-engine:jar:6.0.3 (test)
- org.junit.platform:junit-platform-engine:jar:6.0.3 (test)
![[Information]](./images/icon_info_sml.gif)
- org.junit.platform:junit-platform-engine:jar:6.0.3 (test)
- org.junit.jupiter:junit-jupiter-api:jar:6.0.3 (test)
- org.assertj:assertj-core:jar:3.27.7 (test)
- net.bytebuddy:byte-buddy:jar:1.17.8 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy:jar:1.17.8 (test)
- org.mockito:mockito-junit-jupiter:jar:5.20.0 (test)
![[Information]](./images/icon_info_sml.gif)
- org.projectlombok:lombok:jar:1.18.46 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.immutables:value:jar:2.12.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.immutables:serial:jar:2.12.2 (compile)
![[Information]](./images/icon_info_sml.gif)
- org.mockito:mockito-core:jar:5.20.0 (test)
- net.bytebuddy:byte-buddy-agent:jar:1.17.8 (test)
![[Information]](./images/icon_info_sml.gif)
- org.objenesis:objenesis:jar:3.3 (test)
![[Information]](./images/icon_info_sml.gif)
- net.bytebuddy:byte-buddy-agent:jar:1.17.8 (test)
- org.bremersee:geojson-model:jar:6.0.3 (compile)
Licenses
Eclipse Public License, Version 2.0: org.locationtech.jts:jts-core
Apache License 2.0: swagger-annotations
The Apache License, Version 2.0: JSpecify annotations, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j
The MIT License: Project Lombok
Apache License, Version 2.0: Byte Buddy (without dependencies), Byte Buddy agent, GeoJSON Simple Model, GeoJSON with JTS Topology Suite, Objenesis, Spring AOP, Spring Beans, Spring Context, Spring Core, Spring Expression Language (SpEL)
Apache-2.0: Apache Commons Logging, AssertJ Core
Eclipse Public License v2.0: JUnit Jupiter (Aggregator), JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API
Eclipse Distribution License - v 1.0: org.locationtech.jts:jts-core
MIT: mockito-core, mockito-junit-jupiter
The Apache Software License, Version 2.0: Jackson-annotations, Jackson-core, jackson-databind, micrometer-commons, micrometer-observation, org.immutables.serial, org.immutables.value
