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