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