s

sggc

Simple Java interface for Google's geocoding API with response caching capabilities—provided by Google's Guava libraries.
https://github.com/kohanyirobert/sggc
MIT License
Kohányi Róbert
Files download
File Operation
sggc-0.1.jar download
sggc-0.1.pom download
sggc-0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.kohanyirobert</groupId>
  <artifactId>sggc</artifactId>
  <version>0.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.kohanyirobert:sggc:0.1'
Gradle Kotlin
implementation("com.github.kohanyirobert:sggc:0.1")
Scala SBT
libraryDependencies += "com.github.kohanyirobert" % "sggc" % "0.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.kohanyirobert', module='sggc', version='0.1')
)
Apache Ivy
<dependency org="com.github.kohanyirobert" name="sggc" rev="0.1" />
Leiningen
[com.github.kohanyirobert/sggc "0.1"]
Apache Buildr
'com.github.kohanyirobert:sggc:jar:0.1'