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