is not current version
Last Version 1.19.0

org.locationtech.jts:jts 1.15.1

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.15.1
Type

Type

pom

Download jts 1.15.1

Filename Size
jts-1.15.1.pom 10 KB
Browse

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