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