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