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