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