Files download
File Operation
find-nearest-location-2.3.0-SNAPSHOT3.jar download
find-nearest-location-2.3.0-SNAPSHOT3.pom download
find-nearest-location-2.3.0-SNAPSHOT3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.zepben</groupId>
  <artifactId>find-nearest-location</artifactId>
  <version>2.3.0-SNAPSHOT3</version>
</dependency>
Gradle Groovy
implementation 'com.zepben:find-nearest-location:2.3.0-SNAPSHOT3'
Gradle Kotlin
implementation("com.zepben:find-nearest-location:2.3.0-SNAPSHOT3")
Scala SBT
libraryDependencies += "com.zepben" % "find-nearest-location" % "2.3.0-SNAPSHOT3"
Groovy Grape
@Grapes(
  @Grab(group='com.zepben', module='find-nearest-location', version='2.3.0-SNAPSHOT3')
)
Apache Ivy
<dependency org="com.zepben" name="find-nearest-location" rev="2.3.0-SNAPSHOT3" />
Leiningen
[com.zepben/find-nearest-location "2.3.0-SNAPSHOT3"]
Apache Buildr
'com.zepben:find-nearest-location:jar:2.3.0-SNAPSHOT3'