Dependency Information

Apache Maven

<dependency>
  <groupId>org.locationtech.spatial4j</groupId>
  <artifactId>spatial4j</artifactId>
  <version>0.8</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'org.locationtech.spatial4j:spatial4j:bundle:0.8'

Apache Ivy

<dependency org="org.locationtech.spatial4j" name="spatial4j" rev="0.8">
  <artifact name="spatial4j" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.locationtech.spatial4j', module='spatial4j', version='0.8')
)

Gradle/Grails

compile 'org.locationtech.spatial4j:spatial4j:0.8'

Scala SBT

libraryDependencies += "org.locationtech.spatial4j" % "spatial4j" % "0.8"

Leiningen

[org.locationtech.spatial4j/spatial4j "0.8"]