r

restfb

RestFB is a simple and flexible Facebook Graph API client written in Java.
http://restfb.com
MIT License
Mark Allen Kalle Korhonen Norbert Bartels
Files download
File Operation
restfb-3.9.0.jar download
restfb-3.9.0.pom download
restfb-3.9.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.restfb</groupId>
  <artifactId>restfb</artifactId>
  <version>3.9.0</version>
</dependency>
Gradle Groovy
implementation 'com.restfb:restfb:3.9.0'
Gradle Kotlin
implementation("com.restfb:restfb:3.9.0")
Scala SBT
libraryDependencies += "com.restfb" % "restfb" % "3.9.0"
Groovy Grape
@Grapes(
  @Grab(group='com.restfb', module='restfb', version='3.9.0')
)
Apache Ivy
<dependency org="com.restfb" name="restfb" rev="3.9.0" />
Leiningen
[com.restfb/restfb "3.9.0"]
Apache Buildr
'com.restfb:restfb:jar:3.9.0'