GroupId | GroupIdcom.google.code.facebookapi |
---|---|
ArtifactId | ArtifactIdparent-pom |
Version | Version2.1.1 |
Type | Typepom |
Filename | Size |
---|---|
parent-pom-2.1.1.pom | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.code.facebookapi/parent-pom/ -->
<dependency>
<groupId>com.google.code.facebookapi</groupId>
<artifactId>parent-pom</artifactId>
<version>2.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.code.facebookapi/parent-pom/
implementation 'com.google.code.facebookapi:parent-pom:2.1.1'
// https://jarcasting.com/artifacts/com.google.code.facebookapi/parent-pom/
implementation ("com.google.code.facebookapi:parent-pom:2.1.1")
'com.google.code.facebookapi:parent-pom:pom:2.1.1'
<dependency org="com.google.code.facebookapi" name="parent-pom" rev="2.1.1">
<artifact name="parent-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.code.facebookapi', module='parent-pom', version='2.1.1')
)
libraryDependencies += "com.google.code.facebookapi" % "parent-pom" % "2.1.1"
[com.google.code.facebookapi/parent-pom "2.1.1"]