is not current version
Last Version 2.4.0

com.nineoldandroids:parent 2.3.0

Android library for using the Honeycomb animation API on all versions of the platform back to 1.0!

GroupId

GroupId

com.nineoldandroids
ArtifactId

ArtifactId

parent
Version

Version

2.3.0
Type

Type

pom

Download parent 2.3.0

Filename Size
parent-2.3.0.pom 4 KB
Browse

<!-- https://jarcasting.com/artifacts/com.nineoldandroids/parent/ -->
<dependency>
    <groupId>com.nineoldandroids</groupId>
    <artifactId>parent</artifactId>
    <version>2.3.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.nineoldandroids/parent/
implementation 'com.nineoldandroids:parent:2.3.0'
// https://jarcasting.com/artifacts/com.nineoldandroids/parent/
implementation ("com.nineoldandroids:parent:2.3.0")
'com.nineoldandroids:parent:pom:2.3.0'
<dependency org="com.nineoldandroids" name="parent" rev="2.3.0">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.nineoldandroids', module='parent', version='2.3.0')
)
libraryDependencies += "com.nineoldandroids" % "parent" % "2.3.0"
[com.nineoldandroids/parent "2.3.0"]