MVN

org.orbisgis : cts

Maven & Gradle

Jan 12, 2023
5 usages
47 stars

cts · Coordinate Transformation Suite (abridged CTS) is a library developed to perform coordinate transformations using well known geodetic algorithms and parameter sets. It strives to be simple, flexible and interoperable, in this order.

<dependency>
    <groupId>org.orbisgis</groupId>
    <artifactId>cts</artifactId>
    <version>1.7.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.orbisgis : cts to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.7.0

All Versions

Choose a version of org.orbisgis : cts to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.7.x
cts-1.7.0
1.6.x
cts-1.6.0
1.5.x
cts-1.5.2
cts-1.5.1
1.4.x
cts-1.4.0
1.3.x
cts-1.3.4
cts-1.3.3
cts-1.3.2
cts-1.3.1

How to add a dependency to Maven

Add the following org.orbisgis : cts maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.orbisgis</groupId>
    <artifactId>cts</artifactId>
    <version>1.7.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.orbisgis : cts gradle dependency to your build.gradle file:

implementation 'org.orbisgis:cts:1.7.0'

Gradle Kotlin DSL: Add the following org.orbisgis : cts gradle kotlin dependency to your build.gradle.kts file:

implementation("org.orbisgis:cts:1.7.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.orbisgis : cts sbt scala dependency to your build.sbt file:

libraryDependencies += "org.orbisgis" % "cts" % "1.7.0"

Advertisement