Download restfb-2.0.0-rc.3.jar file - Jar r

Jar examples for r:restfb

Description

RestFB is a simple and flexible Facebook Graph API and Old REST API client written in Java.

You can download jar file restfb 2.0.0-rc.3 in this page.

License

MIT License

Build File

You can use the following script to add restfb-2.0.0-rc.3.jar to your project.

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

Download

Click the following link to download the jar file.

restfb-2.0.0-rc.3-javadoc.jar
restfb-2.0.0-rc.3-sources.jar
restfb-2.0.0-rc.3.jar
restfb-2.0.0-rc.3.pom



Related Tutorials