License |
License |
---|---|
Categories |
CategoriesGeo Business Logic Libraries Geospatial |
GroupId | GroupIdcom.github.rahulsom |
ArtifactId | ArtifactIdgeocoder |
Last Version | Last Version1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongeocoder
geocoder makes it easy to geocode in groovy
|
Project URL |
Project URL |
Filename | Size |
---|---|
geocoder-1.0.pom | |
geocoder-1.0.jar | 26 KB |
geocoder-1.0-sources.jar | 3 KB |
geocoder-1.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.rahulsom/geocoder/ -->
<dependency>
<groupId>com.github.rahulsom</groupId>
<artifactId>geocoder</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.rahulsom/geocoder/
implementation 'com.github.rahulsom:geocoder:1.0'
// https://jarcasting.com/artifacts/com.github.rahulsom/geocoder/
implementation ("com.github.rahulsom:geocoder:1.0")
'com.github.rahulsom:geocoder:jar:1.0'
<dependency org="com.github.rahulsom" name="geocoder" rev="1.0">
<artifact name="geocoder" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.rahulsom', module='geocoder', version='1.0')
)
libraryDependencies += "com.github.rahulsom" % "geocoder" % "1.0"
[com.github.rahulsom/geocoder "1.0"]
Group / Artifact | Type | Version |
---|---|---|
org.codehaus.groovy : groovy-all | jar | 2.2.0 |
org.codehaus.groovy.modules.http-builder : http-builder | jar | 0.7 |
Group / Artifact | Type | Version |
---|---|---|
org.spockframework : spock-core | jar | 0.7-groovy-2.0 |