License |
License |
---|---|
GroupId | GroupIdcom.rosaloves |
ArtifactId | ArtifactIdbitlyj |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionbitlyj
A Java interface to the bit.ly and j.mp APIs, providing URL-shortening services.
|
Project URL |
Project URL |
Filename | Size |
---|---|
bitlyj-2.0.0.pom | |
bitlyj-2.0.0.jar | 23 KB |
bitlyj-2.0.0-sources.jar | 9 KB |
bitlyj-2.0.0-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.rosaloves/bitlyj/ -->
<dependency>
<groupId>com.rosaloves</groupId>
<artifactId>bitlyj</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.rosaloves/bitlyj/
implementation 'com.rosaloves:bitlyj:2.0.0'
// https://jarcasting.com/artifacts/com.rosaloves/bitlyj/
implementation ("com.rosaloves:bitlyj:2.0.0")
'com.rosaloves:bitlyj:jar:2.0.0'
<dependency org="com.rosaloves" name="bitlyj" rev="2.0.0">
<artifact name="bitlyj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.rosaloves', module='bitlyj', version='2.0.0')
)
libraryDependencies += "com.rosaloves" % "bitlyj" % "2.0.0"
[com.rosaloves/bitlyj "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |