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