License |
License |
---|---|
GroupId | GroupIdcom.restfb |
ArtifactId | ArtifactIdrestfb-examples |
Last Version | Last Version1.6.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRestFB examples
Sonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
restfb-examples-1.6.7.pom | |
restfb-examples-1.6.7.jar | 17 KB |
restfb-examples-1.6.7-sources.jar | 8 KB |
restfb-examples-1.6.7-javadoc.jar | 69 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.restfb/restfb-examples/ -->
<dependency>
<groupId>com.restfb</groupId>
<artifactId>restfb-examples</artifactId>
<version>1.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.restfb/restfb-examples/
implementation 'com.restfb:restfb-examples:1.6.7'
// https://jarcasting.com/artifacts/com.restfb/restfb-examples/
implementation ("com.restfb:restfb-examples:1.6.7")
'com.restfb:restfb-examples:jar:1.6.7'
<dependency org="com.restfb" name="restfb-examples" rev="1.6.7">
<artifact name="restfb-examples" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.restfb', module='restfb-examples', version='1.6.7')
)
libraryDependencies += "com.restfb" % "restfb-examples" % "1.6.7"
[com.restfb/restfb-examples "1.6.7"]
Group / Artifact | Type | Version |
---|---|---|
com.restfb : restfb | jar | 1.6.7 |