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