com.vividsolutions/jts

The JTS Topology Suite is an API for modelling and manipulating 2-dimensional linear geometry. It provides numerous geometric predicates and functions. JTS conforms to the Simple Features Specification for SQL published by the Open GIS Consortium.

This artifact may shadow a release on Maven Central. You should search there for a canonical release.

Leiningen/Boot

[com.vividsolutions/jts "1.11"]

Clojure CLI/deps.edn

com.vividsolutions/jts {:mvn/version "1.11"}

Gradle

implementation("com.vividsolutions:jts:1.11")

Maven

<dependency>
  <groupId>com.vividsolutions</groupId>
  <artifactId>jts</artifactId>
  <version>1.11</version>
</dependency>