c

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.
http://github.com/orbisgis/cts
GNU Lesser General Public License (LGPLV3+)
CNRS
Michaël Michaud Erwan Bocher
Files download
File Operation
cts-1.7.1.jar download
cts-1.7.1.pom download
Apache Maven
<dependency>
  <groupId>org.orbisgis</groupId>
  <artifactId>cts</artifactId>
  <version>1.7.1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.orbisgis:cts:1.7.1'
Gradle Kotlin
implementation("org.orbisgis:cts:1.7.1")
Scala SBT
libraryDependencies += "org.orbisgis" % "cts" % "1.7.1"
Groovy Grape
@Grapes(
  @Grab(group='org.orbisgis', module='cts', version='1.7.1')
)
Apache Ivy
<dependency org="org.orbisgis" name="cts" rev="1.7.1" />
Leiningen
[org.orbisgis/cts "1.7.1"]
Apache Buildr
'org.orbisgis:cts:jar:1.7.1'