не последняя версия
Последняя версия 2022.7.0

com.restfb:restfb 1.16.0

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

Группа

Группа

com.restfb
Идентификатор

Идентификатор

restfb
Версия

Версия

1.16.0
Тип

Тип

jar

Скачать restfb 1.16.0


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