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