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.18.0 jar Apache-2.0
commons-logging commons-logging 1.3.4 jar Apache-2.0
org.apache.commons commons-lang3 3.17.0 jar Apache-2.0
org.geotools.jdbc gt-jdbc-oracle 32.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.11.4 jar Eclipse Public License v2.0
org.junit.jupiter junit-jupiter-params 5.11.4 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.8.1.jre11 jar MIT License
com.oracle.database.jdbc ojdbc11 23.6.0.24.10 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.97 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.4 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.17.2 jar The Apache Software License, Version 2.0
com.google.re2j re2j 1.6 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.12.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 32.1 jar Lesser General Public License (LGPL)
org.geotools gt-cql 32.1 jar Lesser General Public License (LGPL)
org.geotools gt-http 32.1 jar Lesser General Public License (LGPL)
org.geotools gt-jdbc 32.1 jar Lesser General Public License (LGPL)
org.geotools gt-main 32.1 jar Lesser General Public License (LGPL)
org.geotools gt-metadata 32.1 jar Lesser General Public License (LGPL)
org.geotools gt-referencing 32.1 jar Lesser General Public License (LGPL)
org.geotools.ogc net.opengis.ows 32.1 jar Lesser General Public License (LGPL)
org.geotools.ogc org.w3.xlink 32.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.11.4 jar Eclipse Public License v2.0
org.junit.platform junit-platform-commons 1.11.4 jar Eclipse Public License v2.0
org.junit.platform junit-platform-engine 1.11.4 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.97 jar Apache License, Version 2.0
org.checkerframework checker-qual 3.42.0 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.17.2.jar 581.9 kB 272 - - - - No
   • Root - 242 210 14 1.8 Yes -
   • Versioned - 2 1 1 9 No -
   • Versioned - 10 3 1 11 Yes -
   • Versioned - 9 2 1 17 Yes -
   • Versioned - 9 2 1 21 Yes -
re2j-1.6.jar 113.2 kB 52 47 1 1.6 Yes No
mssql-jdbc-12.8.1.jre11.jar 1.5 MB 469 442 9 11 Yes No
ojdbc11-23.6.0.24.10.jar 7.3 MB 2781 2662 54 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.18.0.jar 538.9 kB 398 - - - - No
   • Root - 397 370 15 1.8 Yes -
   • Versioned - 1 1 1 9 No -
commons-logging-1.3.4.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.12.0.jar 251.2 kB 181 - - - - No
   • Root - 180 160 8 1.8 Yes -
   • Versioned - 1 1 1 9 No -
tomcat-dbcp-9.0.97.jar 344.1 kB 163 148 7 1.8 Yes No
tomcat-juli-9.0.97.jar 49.6 kB 36 28 3 1.8 Yes No
apiguardian-api-1.1.2.jar 6.8 kB 9 3 2 1.6 Yes No
checker-qual-3.42.0.jar 230.8 kB 438 369 30 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-32.1.jar 227.1 kB 437 398 29 11 Yes No
gt-cql-32.1.jar 200.9 kB 73 57 4 11 Yes No
gt-http-32.1.jar 26.9 kB 29 17 1 11 Yes No
gt-jdbc-32.1.jar 251.3 kB 110 93 4 11 Yes No
gt-main-32.1.jar 2.1 MB 1239 1176 39 11 Yes No
gt-metadata-32.1.jar 509.2 kB 285 245 14 11 Yes No
gt-referencing-32.1.jar 1.5 MB 547 505 19 11 Yes No
gt-jdbc-oracle-32.1.jar 93.8 kB 44 27 3 11 Yes No
net.opengis.ows-32.1.jar 586.3 kB 437 417 11 11 Yes No
org.w3.xlink-32.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.11.4.jar 216.4 kB 197 182 8 1.8 Yes No
junit-jupiter-engine-5.11.4.jar 260.1 kB 152 135 9 1.8 Yes No
junit-jupiter-params-5.11.4.jar 591.6 kB 388 354 22 1.8 Yes No
junit-platform-commons-1.11.4.jar 142 kB 88 - - - - No
   • Root - 78 64 8 1.8 Yes -
   • Versioned - 10 4 1 9 Yes -
junit-platform-engine-1.11.4.jar 246.8 kB 177 158 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.4.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.2 MB 14927 13438 615 11 51 3
compile: 37 compile: 14.4 MB compile: 8467 compile: 7520 compile: 373 11 compile: 35 compile: 1
provided: 10 provided: 12.3 MB provided: 5320 provided: 4908 provided: 172 provided: 9 provided: 2
test: 7 test: 1.6 MB test: 1140 test: 1010 test: 70 1.8 test: 7 -