Files download
File Operation
jts-core-1.16.0-RC1.jar download
jts-core-1.16.0-RC1.pom download
jts-core-1.16.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.locationtech.jts</groupId>
  <artifactId>jts-core</artifactId>
  <version>1.16.0-RC1</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.locationtech.jts:jts-core:1.16.0-RC1'
Gradle Kotlin
implementation("org.locationtech.jts:jts-core:1.16.0-RC1")
Scala SBT
libraryDependencies += "org.locationtech.jts" % "jts-core" % "1.16.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.jts', module='jts-core', version='1.16.0-RC1')
)
Apache Ivy
<dependency org="org.locationtech.jts" name="jts-core" rev="1.16.0-RC1" />
Leiningen
[org.locationtech.jts/jts-core "1.16.0-RC1"]
Apache Buildr
'org.locationtech.jts:jts-core:jar:1.16.0-RC1'