| License |
License |
|---|---|
| GroupId | GroupIdpl.project13 |
| ArtifactId | ArtifactIdjgoogl |
| Version | Version1.0 |
| Type | Typejar |
| Description |
DescriptionjGooGl - 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 |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| jgoogl-1.0.pom | |
| jgoogl-1.0.jar | 28 KB |
| jgoogl-1.0-sources.jar | 16 KB |
| jgoogl-1.0-javadoc.jar | 187 KB |
| Browse |
<!-- 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"]
| 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 |
| 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 |