GroupId | GroupIdcom.restfb |
---|---|
ArtifactId | ArtifactIdrestfb-examples |
Version | Version1.6.5 |
Type | Typejar |
Filename | Size |
---|---|
restfb-examples-1.6.5.pom | |
restfb-examples-1.6.5.jar | 17 KB |
restfb-examples-1.6.5-sources.jar | 8 KB |
restfb-examples-1.6.5-javadoc.jar | 71 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.restfb/restfb-examples/ -->
<dependency>
<groupId>com.restfb</groupId>
<artifactId>restfb-examples</artifactId>
<version>1.6.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.restfb/restfb-examples/
implementation 'com.restfb:restfb-examples:1.6.5'
// https://jarcasting.com/artifacts/com.restfb/restfb-examples/
implementation ("com.restfb:restfb-examples:1.6.5")
'com.restfb:restfb-examples:jar:1.6.5'
<dependency org="com.restfb" name="restfb-examples" rev="1.6.5">
<artifact name="restfb-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.restfb', module='restfb-examples', version='1.6.5')
)
libraryDependencies += "com.restfb" % "restfb-examples" % "1.6.5"
[com.restfb/restfb-examples "1.6.5"]