MVN

com.programmerare.crs-transformation : crs-transformation-constants

Maven & Gradle

Jul 11, 2021
3 stars

com.programmerare.crs-transformation:crs-transformation-constants · Constants with EPSG codes for Coordinate Reference Systems. The version number is the same as the EPSG database at http://www.epsg.org or http://www.epsg-registry.org

<dependency>
    <groupId>com.programmerare.crs-transformation</groupId>
    <artifactId>crs-transformation-constants</artifactId>
    <version>10.027</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.programmerare.crs-transformation : crs-transformation-constants to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.027

All Versions

Choose a version of com.programmerare.crs-transformation : crs-transformation-constants to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.027
crs-transformation-constants-10.027
9.8.x
crs-transformation-constants-9.8.9
9.5.x
crs-transformation-constants-9.5.4

How to add a dependency to Maven

Add the following com.programmerare.crs-transformation : crs-transformation-constants maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.programmerare.crs-transformation</groupId>
    <artifactId>crs-transformation-constants</artifactId>
    <version>10.027</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.programmerare.crs-transformation : crs-transformation-constants gradle dependency to your build.gradle file:

implementation 'com.programmerare.crs-transformation:crs-transformation-constants:10.027'

Gradle Kotlin DSL: Add the following com.programmerare.crs-transformation : crs-transformation-constants gradle kotlin dependency to your build.gradle.kts file:

implementation("com.programmerare.crs-transformation:crs-transformation-constants:10.027")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.programmerare.crs-transformation : crs-transformation-constants sbt scala dependency to your build.sbt file:

libraryDependencies += "com.programmerare.crs-transformation" % "crs-transformation-constants" % "10.027"