r

restfb

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