Simple Google Geocoding Client

Simple Java interface for Google's geocoding API with response caching capabilities—provided by Google's Guava libraries.

License

License

MIT License
GroupId

GroupId

com.github.kohanyirobert
ArtifactId

ArtifactId

sggc
Last Version

Last Version

0.1
Release Date

Release Date

Type

Type

jar
Description

Description

Simple Google Geocoding Client
Simple Java interface for Google's geocoding API with response caching capabilities—provided by Google's Guava libraries.
Project URL

Project URL

https://github.com/kohanyirobert/sggc

Download sggc

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.kohanyirobert/sggc/ -->
<dependency>
    <groupId>com.github.kohanyirobert</groupId>
    <artifactId>sggc</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.kohanyirobert/sggc/
implementation 'com.github.kohanyirobert:sggc:0.1'
// https://jarcasting.com/artifacts/com.github.kohanyirobert/sggc/
implementation ("com.github.kohanyirobert:sggc:0.1")
'com.github.kohanyirobert:sggc:jar:0.1'
<dependency org="com.github.kohanyirobert" name="sggc" rev="0.1">
  <artifact name="sggc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.kohanyirobert', module='sggc', version='0.1')
)
libraryDependencies += "com.github.kohanyirobert" % "sggc" % "0.1"
[com.github.kohanyirobert/sggc "0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.guava : guava jar 10.0.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.

Versions

Version
0.1