s

spatial4j

Spatial4j is a general purpose spatial / geospatial ASL licensed open-source Java library. It's core capabilities are 3-fold: to provide common geospatially-aware shapes, to provide distance calculations and other math, and to read shape formats like WKT and GeoJSON.
https://projects.eclipse.org/projects/locationtech.spatial4j
The Apache Software License, Version 2.0
LocationTech
David Smiley Ryan McKinley Justin Deoliveira
Files download
File Operation
spatial4j-0.8.jar download
spatial4j-0.8.pom download
spatial4j-0.8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.locationtech.spatial4j</groupId>
  <artifactId>spatial4j</artifactId>
  <version>0.8</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'org.locationtech.spatial4j:spatial4j:0.8'
Gradle Kotlin
implementation("org.locationtech.spatial4j:spatial4j:0.8")
Scala SBT
libraryDependencies += "org.locationtech.spatial4j" % "spatial4j" % "0.8"
Groovy Grape
@Grapes(
  @Grab(group='org.locationtech.spatial4j', module='spatial4j', version='0.8')
)
Apache Ivy
<dependency org="org.locationtech.spatial4j" name="spatial4j" rev="0.8" />
Leiningen
[org.locationtech.spatial4j/spatial4j "0.8"]
Apache Buildr
'org.locationtech.spatial4j:spatial4j:jar:0.8'