is not current version
Last Version 1.19.0

org.locationtech.jts:jts 1.16.0-RC1

The JTS Topology Suite is an API for 2D linear geometry predicates and functions.

GroupId

GroupId

org.locationtech.jts
ArtifactId

ArtifactId

jts
Version

Version

1.16.0-RC1
Type

Type

pom

Download jts 1.16.0-RC1

Filename Size
jts-1.16.0-RC1.pom 10 KB
Browse

<!-- https://jarcasting.com/artifacts/org.locationtech.jts/jts/ -->
<dependency>
    <groupId>org.locationtech.jts</groupId>
    <artifactId>jts</artifactId>
    <version>1.16.0-RC1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.locationtech.jts/jts/
implementation 'org.locationtech.jts:jts:1.16.0-RC1'
// https://jarcasting.com/artifacts/org.locationtech.jts/jts/
implementation ("org.locationtech.jts:jts:1.16.0-RC1")
'org.locationtech.jts:jts:pom:1.16.0-RC1'
<dependency org="org.locationtech.jts" name="jts" rev="1.16.0-RC1">
  <artifact name="jts" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.locationtech.jts', module='jts', version='1.16.0-RC1')
)
libraryDependencies += "org.locationtech.jts" % "jts" % "1.16.0-RC1"
[org.locationtech.jts/jts "1.16.0-RC1"]