is not current version
Last Version 2022.7.0

com.restfb:restfb 2.0.0-rc.3

RestFB is a simple and flexible Facebook Graph API client written in Java.

GroupId

GroupId

com.restfb
ArtifactId

ArtifactId

restfb
Version

Version

2.0.0-rc.3
Type

Type

jar

Download restfb 2.0.0-rc.3


<!-- https://jarcasting.com/artifacts/com.restfb/restfb/ -->
<dependency>
    <groupId>com.restfb</groupId>
    <artifactId>restfb</artifactId>
    <version>2.0.0-rc.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.restfb/restfb/
implementation 'com.restfb:restfb:2.0.0-rc.3'
// https://jarcasting.com/artifacts/com.restfb/restfb/
implementation ("com.restfb:restfb:2.0.0-rc.3")
'com.restfb:restfb:jar:2.0.0-rc.3'
<dependency org="com.restfb" name="restfb" rev="2.0.0-rc.3">
  <artifact name="restfb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.restfb', module='restfb', version='2.0.0-rc.3')
)
libraryDependencies += "com.restfb" % "restfb" % "2.0.0-rc.3"
[com.restfb/restfb "2.0.0-rc.3"]