License |
License
MIT License
|
---|---|
GroupId | GroupIdcom.github.kohanyirobert |
ArtifactId | ArtifactIdsggc |
Version | Version0.1 |
Type | Typejar |
Description |
DescriptionSimple 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 |
Filename | Size |
---|---|
sggc-0.1.pom | |
sggc-0.1.jar | 57 KB |
sggc-0.1-sources.jar | 31 KB |
sggc-0.1-javadoc.jar | 129 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
com.google.guava : guava | jar | 10.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.10 |