Last Version

jGooGl - Fluent goo.gl API Java Wrapper 1.0

goo.gl is a Google service to shorten links, much like bit.ly or others. jGooGl is an wrapper around the API Google offers for this service, using it, it's really easy to get shortened links or revert such goo.gl/example links.

License

License

GroupId

GroupId

pl.project13
ArtifactId

ArtifactId

jgoogl
Version

Version

1.0
Type

Type

jar
Description

Description

jGooGl - Fluent goo.gl API Java Wrapper
goo.gl is a Google service to shorten links, much like bit.ly or others. jGooGl is an wrapper around the API Google offers for this service, using it, it's really easy to get shortened links or revert such goo.gl/example links.
Project URL

Project URL

http://github.com/ktoso/jgoogl
Source Code Management

Source Code Management

https://github.com/ktoso/jgoogl

Download jgoogl 1.0


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

Dependencies

compile (4)

Group / Artifact Type Version
com.google.code.gson : gson jar 1.4
com.ning : async-http-client jar 1.0.0
com.google.guava : guava jar 15.0
joda-time : joda-time jar 1.6

test (3)

Group / Artifact Type Version
junit : junit jar 4.8.2
org.easytesting : fest-assert jar 1.3
org.mockito : mockito-all jar 1.8.5

Project Modules

There are no modules declared in this project.