MVN

org.geotoolkit : geotk-epsg

Maven & Gradle

Nov 02, 2012
3 usages

EPSG database · Provides the SQL script files for creating a local EPSG database when first needed.

<dependency>
    <groupId>org.geotoolkit</groupId>
    <artifactId>geotk-epsg</artifactId>
    <version>3.20-geoapi-3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.geotoolkit : geotk-epsg to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.20-geoapi-3.0

All Versions

Choose a version of org.geotoolkit : geotk-epsg to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.20
geotk-epsg-3.20-geoapi-3.0
3.19
geotk-epsg-3.19-geoapi-3.0
3.18
geotk-epsg-3.18-geoapi-3.0

How to add a dependency to Maven

Add the following org.geotoolkit : geotk-epsg maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.geotoolkit</groupId>
    <artifactId>geotk-epsg</artifactId>
    <version>3.20-geoapi-3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.geotoolkit : geotk-epsg gradle dependency to your build.gradle file:

implementation 'org.geotoolkit:geotk-epsg:3.20-geoapi-3.0'

Gradle Kotlin DSL: Add the following org.geotoolkit : geotk-epsg gradle kotlin dependency to your build.gradle.kts file:

implementation("org.geotoolkit:geotk-epsg:3.20-geoapi-3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.geotoolkit : geotk-epsg sbt scala dependency to your build.sbt file:

libraryDependencies += "org.geotoolkit" % "geotk-epsg" % "3.20-geoapi-3.0"

Advertisement