| License |
License |
|---|---|
| GroupId | GroupIdcom.nineoldandroids |
| ArtifactId | ArtifactIdparent |
| Version | Version2.4.0 |
| Type | Typepom |
| Description |
DescriptionNine Old Androids (Parent)
Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| parent-2.4.0.pom | 4 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.nineoldandroids/parent/ -->
<dependency>
<groupId>com.nineoldandroids</groupId>
<artifactId>parent</artifactId>
<version>2.4.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nineoldandroids/parent/
implementation 'com.nineoldandroids:parent:2.4.0'
// https://jarcasting.com/artifacts/com.nineoldandroids/parent/
implementation ("com.nineoldandroids:parent:2.4.0")
'com.nineoldandroids:parent:pom:2.4.0'
<dependency org="com.nineoldandroids" name="parent" rev="2.4.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nineoldandroids', module='parent', version='2.4.0')
)
libraryDependencies += "com.nineoldandroids" % "parent" % "2.4.0"
[com.nineoldandroids/parent "2.4.0"]