GroupId | GroupIdcom.facebook.api |
---|---|
ArtifactId | ArtifactIdparent-pom |
Version | Version1.8.1 |
Type | Typepom |
Filename | Size |
---|---|
parent-pom-1.8.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.api/parent-pom/ -->
<dependency>
<groupId>com.facebook.api</groupId>
<artifactId>parent-pom</artifactId>
<version>1.8.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.api/parent-pom/
implementation 'com.facebook.api:parent-pom:1.8.1'
// https://jarcasting.com/artifacts/com.facebook.api/parent-pom/
implementation ("com.facebook.api:parent-pom:1.8.1")
'com.facebook.api:parent-pom:pom:1.8.1'
<dependency org="com.facebook.api" name="parent-pom" rev="1.8.1">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.facebook.api', module='parent-pom', version='1.8.1')
)
libraryDependencies += "com.facebook.api" % "parent-pom" % "1.8.1"
[com.facebook.api/parent-pom "1.8.1"]