Download restfb-1.7.0.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 1.7.0 in this page.

License

MIT License

Build File

You can use the following script to add restfb-1.7.0.jar to your project.

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

Download

Click the following link to download the jar file.

restfb-1.7.0-javadoc.jar
restfb-1.7.0-sources.jar
restfb-1.7.0.jar
restfb-1.7.0.pom



Related Tutorials