g

geotoolkit

Geotoolkit.org (abridged Geotk) is a free software, Java language library for developing geospatial applications. The library can be used for desktop or server applications.
http://www.geotoolkit.org/
Lesser General Public License (LGPL)
Geotoolkit.org
Martin Desruisseaux
Files download
File Operation
geotoolkit-3.18-geoapi-3.0.pom download
Apache Maven
<dependency>
  <groupId>org.geotoolkit</groupId>
  <artifactId>geotoolkit</artifactId>
  <version>3.18-geoapi-3.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'org.geotoolkit:geotoolkit:3.18-geoapi-3.0'
Gradle Kotlin
implementation("org.geotoolkit:geotoolkit:3.18-geoapi-3.0")
Scala SBT
libraryDependencies += "org.geotoolkit" % "geotoolkit" % "3.18-geoapi-3.0"
Groovy Grape
@Grapes(
  @Grab(group='org.geotoolkit', module='geotoolkit', version='3.18-geoapi-3.0')
)
Apache Ivy
<dependency org="org.geotoolkit" name="geotoolkit" rev="3.18-geoapi-3.0" />
Leiningen
[org.geotoolkit/geotoolkit "3.18-geoapi-3.0"]
Apache Buildr
'org.geotoolkit:geotoolkit:jar:3.18-geoapi-3.0'
Dependencies