is not current version
Last Version 2.0.0

com.rosaloves:bitlyj 1.0

A Java interface to the bit.ly and j.mp APIs, providing URL-shortening services.

GroupId

GroupId

com.rosaloves
ArtifactId

ArtifactId

bitlyj
Version

Version

1.0
Type

Type

jar

Download bitlyj 1.0


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