| Группа | Группаcom.restfb |
|---|---|
| Идентификатор | Идентификаторrestfb |
| Версия | Версия3.6.0 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| restfb-3.6.0.pom | |
| restfb-3.6.0.jar | 686 KB |
| restfb-3.6.0-sources.jar | 817 KB |
| restfb-3.6.0-javadoc.jar | 7 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.restfb/restfb/ -->
<dependency>
<groupId>com.restfb</groupId>
<artifactId>restfb</artifactId>
<version>3.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.restfb/restfb/
implementation 'com.restfb:restfb:3.6.0'
// https://jarcasting.com/artifacts/com.restfb/restfb/
implementation ("com.restfb:restfb:3.6.0")
'com.restfb:restfb:jar:3.6.0'
<dependency org="com.restfb" name="restfb" rev="3.6.0">
<artifact name="restfb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.restfb', module='restfb', version='3.6.0')
)
libraryDependencies += "com.restfb" % "restfb" % "3.6.0"
[com.restfb/restfb "3.6.0"]