GroupId | GroupIdorg.facebook4j |
---|---|
ArtifactId | ArtifactIdfacebook4j-core |
Version | Version1.1.6 |
Type | Typejar |
Filename | Size |
---|---|
facebook4j-core-1.1.6.pom | |
facebook4j-core-1.1.6.jar | 375 KB |
facebook4j-core-1.1.6-sources.jar | 328 KB |
facebook4j-core-1.1.6-javadoc.jar | 986 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.facebook4j/facebook4j-core/ -->
<dependency>
<groupId>org.facebook4j</groupId>
<artifactId>facebook4j-core</artifactId>
<version>1.1.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.facebook4j/facebook4j-core/
implementation 'org.facebook4j:facebook4j-core:1.1.6'
// https://jarcasting.com/artifacts/org.facebook4j/facebook4j-core/
implementation ("org.facebook4j:facebook4j-core:1.1.6")
'org.facebook4j:facebook4j-core:jar:1.1.6'
<dependency org="org.facebook4j" name="facebook4j-core" rev="1.1.6">
<artifact name="facebook4j-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.facebook4j', module='facebook4j-core', version='1.1.6')
)
libraryDependencies += "org.facebook4j" % "facebook4j-core" % "1.1.6"
[org.facebook4j/facebook4j-core "1.1.6"]