Download bitlyj-2.0.0.jar file - Jar b

Jar examples for b:bitlyj

Description

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

You can download jar file bitlyj 2.0.0 in this page.

License

Apache Software License 2.0

Build File

You can use the following script to add bitlyj-2.0.0.jar to your project.

<dependency>
   <groupId>com.rosaloves</groupId>
   <artifactId>bitlyj</artifactId>
   <version>2.0.0</version>
</dependency>
compile group: 'com.rosaloves', name: 'bitlyj', version: '2.0.0'
libraryDependencies += "com.rosaloves" % "bitlyj" % "2.0.0"
<dependency org="com.rosaloves" name="bitlyj" rev="2.0.0"/>
@Grapes(@Grab(group='com.rosaloves', module='bitlyj', version='2.0.0'))
'com.rosaloves:bitlyj:jar:2.0.0'

Download

Click the following link to download the jar file.

bitlyj-2.0.0-javadoc.jar
bitlyj-2.0.0-sources.jar
bitlyj-2.0.0.jar
bitlyj-2.0.0.pom



Related Tutorials