License |
License |
---|---|
GroupId | GroupIdcom.restfb |
ArtifactId | ArtifactIdrestfb |
Last Version | Last Version2022.7.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRestFB
RestFB is a simple and flexible Facebook Graph API client written in Java.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
restfb-2022.7.0.pom | |
restfb-2022.7.0.jar | 105 KB |
restfb-2022.7.0-sources.jar | 134 KB |
restfb-2022.7.0-javadoc.jar | 474 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.restfb/restfb/ -->
<dependency>
<groupId>com.restfb</groupId>
<artifactId>restfb</artifactId>
<version>2022.7.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.restfb/restfb/
implementation 'com.restfb:restfb:2022.7.0'
// https://jarcasting.com/artifacts/com.restfb/restfb/
implementation ("com.restfb:restfb:2022.7.0")
'com.restfb:restfb:jar:2022.7.0'
<dependency org="com.restfb" name="restfb" rev="2022.7.0">
<artifact name="restfb" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.restfb', module='restfb', version='2022.7.0')
)
libraryDependencies += "com.restfb" % "restfb" % "2022.7.0"
[com.restfb/restfb "2022.7.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
org.slf4j : slf4j-api | jar | 1.7.32 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.8.2 |
org.junit.jupiter : junit-jupiter-params | jar | 5.8.2 |
org.mockito : mockito-junit-jupiter | jar | 3.12.4 |
org.slf4j : slf4j-simple | jar | 1.7.32 |
org.assertj : assertj-core | jar | 3.22.0 |