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
commons-dbutils commons-dbutils 1.8.1 jar Apache-2.0
commons-io commons-io 2.19.0 jar Apache-2.0
commons-logging commons-logging 1.3.5 jar Apache-2.0
org.apache.commons commons-lang3 3.17.0 jar Apache-2.0
org.geotools.jdbc gt-jdbc-oracle 33.1 jar Lesser General Public License (LGPL)
org.locationtech.jts jts-core 1.20.0 jar Eclipse Public License, Version 2.0Eclipse Distribution License - v 1.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
org.hamcrest hamcrest 3.0 jar BSD-3-Clause
org.junit.jupiter junit-jupiter-engine 5.12.2 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.12.2 jar Eclipse Public License v2.0

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type Licenses
com.microsoft.sqlserver mssql-jdbc 12.10.0.jre11 jar MIT License
com.oracle.database.jdbc ojdbc11 23.8.0.25.04 jar Oracle Free Use Terms and Conditions (FUTC)
net.postgis postgis-jdbc 2024.1.0 jar GNU Lesser General Public License
org.apache.tomcat tomcat-dbcp 9.0.105 jar Apache License, Version 2.0
org.hsqldb hsqldb 2.7.4 jar HSQLDB License, a BSD open source license
org.postgresql postgresql 42.7.5 jar BSD-2-Clause

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-core 2.18.2 jar The Apache Software License, Version 2.0
com.google.re2j re2j 1.8 jar Go License
commons-dbcp commons-dbcp 1.4 jar The Apache Software License, Version 2.0
commons-pool commons-pool 1.5.4 jar The Apache Software License, Version 2.0
it.geosolutions.jgridshift jgridshift-core 1.3 jar -
jakarta.annotation jakarta.annotation-api 1.3.4 jar EPL 2.0GPL2 w/ CPE
jakarta.inject jakarta.inject-api 2.0.1 jar The Apache Software License, Version 2.0
javax.measure unit-api 2.2 jar BSD 3-Clause
javax.media jai_core 1.1.3 jar JDL (Java Distribution License)
net.sf.geographiclib GeographicLib-Java 1.49 jar The MIT License(MIT)
org.apache.commons commons-text 1.13.0 jar Apache-2.0
org.apiguardian apiguardian-api 1.1.2 jar The Apache License, Version 2.0
org.eclipse.emf org.eclipse.emf.common 2.15.0 jar The Eclipse Public License Version 1.0
org.eclipse.emf org.eclipse.emf.ecore 2.15.0 jar The Eclipse Public License Version 1.0
org.eclipse.emf org.eclipse.emf.ecore.xmi 2.15.0 jar The Eclipse Public License Version 1.0
org.ejml ejml-core 0.41 jar The Apache License, Version 2.0
org.ejml ejml-ddense 0.41 jar The Apache License, Version 2.0
org.geotools gt-api 33.1 jar Lesser General Public License (LGPL)
org.geotools gt-cql 33.1 jar Lesser General Public License (LGPL)
org.geotools gt-http 33.1 jar Lesser General Public License (LGPL)
org.geotools gt-jdbc 33.1 jar Lesser General Public License (LGPL)
org.geotools gt-main 33.1 jar Lesser General Public License (LGPL)
org.geotools gt-metadata 33.1 jar Lesser General Public License (LGPL)
org.geotools gt-referencing 33.1 jar Lesser General Public License (LGPL)
org.geotools.ogc net.opengis.ows 33.1 jar Lesser General Public License (LGPL)
org.geotools.ogc org.w3.xlink 33.1 jar Lesser General Public License (LGPL)
si.uom si-quantity 2.1 jar BSD 3-Clause
si.uom si-units 2.1 jar BSD 3-Clause
systems.uom systems-common 2.1 jar BSD
tech.units indriya 2.2 jar BSD 3-Clause
tech.uom.lib uom-lib-common 2.2 jar BSD

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.junit.jupiter junit-jupiter-api 5.12.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.12.2 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.12.2 jar Eclipse Public License v2.0
org.opentest4j opentest4j 1.3.0 jar The Apache License, Version 2.0

provided

The following is a list of provided dependencies for this project. These dependencies are required to compile the application, but should be provided by default when using the library:

GroupId ArtifactId Version Type Licenses
net.postgis postgis-geometry 2024.1.0 jar GNU Lesser General Public License
org.apache.tomcat tomcat-juli 9.0.105 jar Apache License, Version 2.0
org.checkerframework checker-qual 3.48.3 jar The MIT License
org.slf4j slf4j-api 2.0.13 jar MIT License

Project Dependency Graph

Dependency Tree

Licenses

The Apache License, Version 2.0: EJML, org.apiguardian:apiguardian-api, org.opentest4j:opentest4j

MIT License: Microsoft JDBC Driver for SQL Server, SLF4J API Module

Eclipse Public License v2.0: JUnit Jupiter API, JUnit Jupiter Engine, JUnit Jupiter Params, JUnit Platform Commons, JUnit Platform Engine API

GPL2 w/ CPE: jakarta.annotation API

Eclipse Public License, Version 2.0: org.locationtech.jts:jts-core

Go License: RE2/J

BSD: Units of Measurement Common Library for Java, Units of Measurement Common Unit Systems

Unknown: jgridshift-core

Lesser General Public License (LGPL): GeoTools Interfaces, HTTP Clients, JDBC DataStore Support, Main module, Metadata, OGC CQL to Filter parser, Open Web Services Model, Oracle DataStore, Referencing services, Xlink Model

The MIT License: Checker Qual

Apache-2.0: Apache Commons DbUtils, Apache Commons IO, Apache Commons Lang, Apache Commons Logging, Apache Commons Text

Apache License, Version 2.0: tomcat-dbcp, tomcat-juli

Oracle Free Use Terms and Conditions (FUTC): ojdbc11

EPL 2.0: jakarta.annotation API

JDL (Java Distribution License): Java Advanced Imaging

BSD 3-Clause: SI Quantities, SI Units, Units of Measurement API, Units of Measurement Reference Implementation

MIT-License: JDBC Util

HSQLDB License, a BSD open source license: HyperSQL Database

BSD-2-Clause: PostgreSQL JDBC Driver

BSD-3-Clause: Hamcrest

The MIT License(MIT): Java implementation of GeographicLib

GNU Lesser General Public License: PostGIS Geometry, Postgis JDBC Driver

Eclipse Distribution License - v 1.0: org.locationtech.jts:jts-core

The Eclipse Public License Version 1.0: org.eclipse.emf.common, org.eclipse.emf.ecore, org.eclipse.emf.ecore.xmi

The Apache Software License, Version 2.0: Commons DBCP, Commons Pool, Jackson-core, Jakarta Dependency Injection

Dependency File Details

Filename Size Entries Classes Packages Java Version Debug Information Sealed
jackson-core-2.18.2.jar 597.8 kB 293 - - - - No
   • Root - 246 211 14 1.8 Yes -
   • Versioned - 2 1 1 9 No -
   • Versioned - 12 3 1 11 Yes -
   • Versioned - 11 2 1 17 Yes -
   • Versioned - 11 2 1 21 Yes -
   • Versioned - 11 2 1 22 Yes -
re2j-1.8.jar 114.3 kB 52 47 1 1.6 Yes No
mssql-jdbc-12.10.0.jre11.jar 1.5 MB 472 445 9 11 Yes No
ojdbc11-23.8.0.25.04.jar 7.4 MB 2813 2691 55 11 Yes Yes
commons-dbcp-1.4.jar 160.5 kB 80 62 5 1.6 Yes No
commons-dbutils-1.8.1.jar 88.1 kB 79 - - - - No
   • Root - 77 56 5 1.8 Yes -
   • Versioned - 2 1 1 9 No -
commons-io-2.19.0.jar 556.1 kB 408 - - - - No
   • Root - 407 380 15 1.8 Yes -
   • Versioned - 1 1 1 9 No -
commons-logging-1.3.5.jar 73.7 kB 42 - - - - No
   • Root - 41 27 2 1.8 Yes -
   • Versioned - 1 1 1 9 No -
commons-pool-1.5.4.jar 96.2 kB 66 52 2 1.3 Yes No
jgridshift-core-1.3.jar 13 kB 15 4 1 1.6 Yes No
jakarta.annotation-api-1.3.4.jar 25.1 kB 28 15 3 1.8 Yes No
jakarta.inject-api-2.0.1.jar 10.7 kB 18 7 2 1.8 No No
unit-api-2.2.jar 38.4 kB 74 - - - - No
   • Root - 67 59 4 1.8 Yes -
   • Versioned - 7 3 2 9 No -
jai_core-1.1.3.jar 1.9 MB 844 826 16 1.3 Yes Yes
postgis-geometry-2024.1.0.jar 42.8 kB 44 30 3 1.8 Yes No
postgis-jdbc-2024.1.0.jar 20.8 kB 33 16 1 1.8 Yes No
GeographicLib-Java-1.49.jar 36.9 kB 28 18 1 1.6 Yes No
commons-lang3-3.17.0.jar 673.6 kB 426 - - - - No
   • Root - 425 395 18 1.8 Yes -
   • Versioned - 1 1 1 9 No -
commons-text-1.13.0.jar 257.9 kB 185 - - - - No
   • Root - 184 164 8 1.8 Yes -
   • Versioned - 1 1 1 9 No -
tomcat-dbcp-9.0.105.jar 347.7 kB 162 147 7 1.8 Yes No
tomcat-juli-9.0.105.jar 52.6 kB 38 30 3 1.8 Yes No
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes No
checker-qual-3.48.3.jar 238.6 kB 454 381 33 1.8 Yes No
org.eclipse.emf.common-2.15.0.jar 376 kB 250 220 6 1.5 Yes No
org.eclipse.emf.ecore-2.15.0.jar 1.4 MB 715 636 13 1.5 Yes No
org.eclipse.emf.ecore.xmi-2.15.0.jar 235.2 kB 126 107 3 1.5 Yes No
ejml-core-0.41.jar 259 kB 212 198 10 1.8 Yes No
ejml-ddense-0.41.jar 408.1 kB 187 151 29 1.8 Yes No
gt-api-33.1.jar 227.1 kB 437 398 29 11 Yes No
gt-cql-33.1.jar 200.8 kB 73 57 4 11 Yes No
gt-http-33.1.jar 26.8 kB 29 17 1 11 Yes No
gt-jdbc-33.1.jar 252.5 kB 111 94 4 11 Yes No
gt-main-33.1.jar 2 MB 1241 1178 39 11 Yes No
gt-metadata-33.1.jar 508.4 kB 285 245 14 11 Yes No
gt-referencing-33.1.jar 1.5 MB 557 512 20 11 Yes No
gt-jdbc-oracle-33.1.jar 96.2 kB 46 29 3 11 Yes No
net.opengis.ows-33.1.jar 586.3 kB 437 417 11 11 Yes No
org.w3.xlink-33.1.jar 53.3 kB 36 24 3 11 Yes No
hamcrest-3.0.jar 126.4 kB 123 108 11 1.8 Yes No
hsqldb-2.7.4.jar 1.7 MB 751 687 23 11 No Yes
junit-jupiter-api-5.12.2.jar 233.4 kB 211 192 8 1.8 Yes No
junit-jupiter-engine-5.12.2.jar 292 kB 171 150 9 1.8 Yes No
junit-jupiter-params-5.12.2.jar 601.7 kB 396 358 22 1.8 Yes No
junit-platform-commons-1.12.2.jar 151.9 kB 99 - - - - No
   • Root - 88 69 9 1.8 Yes -
   • Versioned - 11 5 1 9 Yes -
junit-platform-engine-1.12.2.jar 255.8 kB 184 161 10 1.8 Yes No
jts-core-1.20.0.jar 1.2 MB 804 732 63 1.8 Yes No
opentest4j-1.3.0.jar 14.3 kB 15 9 2 1.6 Yes No
postgresql-42.7.5.jar 1.1 MB 535 472 38 1.8 Yes No
slf4j-api-2.0.13.jar 68.6 kB 70 - - - - No
   • Root - 68 54 4 1.8 Yes -
   • Versioned - 2 1 1 9 No -
si-quantity-2.1.jar 11.4 kB 38 28 2 1.8 No No
si-units-2.1.jar 15.3 kB 16 5 2 1.8 Yes No
systems-common-2.1.jar 27.6 kB 27 13 4 1.8 Yes No
indriya-2.2.jar 289.3 kB 196 - - - - No
   • Root - 170 126 12 1.8 Yes -
   • Versioned - 9 3 3 9 Yes -
   • Versioned - 9 4 2 12 Yes -
   • Versioned - 8 4 2 14 Yes -
uom-lib-common-2.2.jar 23.3 kB 47 34 3 9 Yes No
Total Size Entries Classes Packages Java Version Debug Information Sealed
54 28.5 MB 15088 13547 621 11 51 3
compile: 37 compile: 14.4 MB compile: 8517 compile: 7547 compile: 374 11 compile: 35 compile: 1
provided: 10 provided: 12.4 MB provided: 5372 provided: 4953 provided: 176 provided: 9 provided: 2
test: 7 test: 1.7 MB test: 1199 test: 1047 test: 71 1.8 test: 7 -