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-2.18.1.jar download
restfb-2.18.1.pom download
restfb-2.18.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.restfb</groupId>
  <artifactId>restfb</artifactId>
  <version>2.18.1</version>
</dependency>
Gradle Groovy
implementation 'com.restfb:restfb:2.18.1'
Gradle Kotlin
implementation("com.restfb:restfb:2.18.1")
Scala SBT
libraryDependencies += "com.restfb" % "restfb" % "2.18.1"
Groovy Grape
@Grapes(
  @Grab(group='com.restfb', module='restfb', version='2.18.1')
)
Apache Ivy
<dependency org="com.restfb" name="restfb" rev="2.18.1" />
Leiningen
[com.restfb/restfb "2.18.1"]
Apache Buildr
'com.restfb:restfb:jar:2.18.1'