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