Jar examples for r:restfb
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.
MIT License
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'
Click the following link to download the jar file.
restfb-2.0.0-rc.3-javadoc.jar