GroupId | GroupIdcom.restfb |
---|---|
ArtifactId | ArtifactIdrestfb-examples |
Version | Version1.6.2 |
Type | Typejar |
Filename | Size |
---|---|
restfb-examples-1.6.2.pom | |
restfb-examples-1.6.2.jar | 16 KB |
restfb-examples-1.6.2-sources.jar | 8 KB |
restfb-examples-1.6.2-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.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.restfb/restfb-examples/
implementation 'com.restfb:restfb-examples:1.6.2'
// https://jarcasting.com/artifacts/com.restfb/restfb-examples/
implementation ("com.restfb:restfb-examples:1.6.2")
'com.restfb:restfb-examples:jar:1.6.2'
<dependency org="com.restfb" name="restfb-examples" rev="1.6.2">
<artifact name="restfb-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.restfb', module='restfb-examples', version='1.6.2')
)
libraryDependencies += "com.restfb" % "restfb-examples" % "1.6.2"
[com.restfb/restfb-examples "1.6.2"]