| GroupId | GroupIdcom.restfb |
|---|---|
| ArtifactId | ArtifactIdrestfb |
| Version | Version3.10.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| restfb-3.10.0.pom | |
| restfb-3.10.0.jar | 700 KB |
| restfb-3.10.0-sources.jar | 836 KB |
| restfb-3.10.0-javadoc.jar | 7 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.restfb/restfb/ -->
<dependency>
<groupId>com.restfb</groupId>
<artifactId>restfb</artifactId>
<version>3.10.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.restfb/restfb/
implementation 'com.restfb:restfb:3.10.0'
// https://jarcasting.com/artifacts/com.restfb/restfb/
implementation ("com.restfb:restfb:3.10.0")
'com.restfb:restfb:jar:3.10.0'
<dependency org="com.restfb" name="restfb" rev="3.10.0">
<artifact name="restfb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.restfb', module='restfb', version='3.10.0')
)
libraryDependencies += "com.restfb" % "restfb" % "3.10.0"
[com.restfb/restfb "3.10.0"]