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 and write the shapes to strings.
http://spatial4j.com
The Apache Software License, Version 2.0
Files download
File Operation
spatial4j-0.3.jar download
spatial4j-0.3.pom download
spatial4j-0.3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.spatial4j</groupId>
  <artifactId>spatial4j</artifactId>
  <version>0.3</version>
</dependency>
Gradle Groovy
implementation 'com.spatial4j:spatial4j:0.3'
Gradle Kotlin
implementation("com.spatial4j:spatial4j:0.3")
Scala SBT
libraryDependencies += "com.spatial4j" % "spatial4j" % "0.3"
Groovy Grape
@Grapes(
  @Grab(group='com.spatial4j', module='spatial4j', version='0.3')
)
Apache Ivy
<dependency org="com.spatial4j" name="spatial4j" rev="0.3" />
Leiningen
[com.spatial4j/spatial4j "0.3"]
Apache Buildr
'com.spatial4j:spatial4j:jar:0.3'