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