| License |
License |
|---|---|
| GroupId | GroupIdit.sephiroth.android.library.fork.listviewanimations |
| ArtifactId | ArtifactIdlibrary |
| Version | Version2.5.2 |
| Type | Typeaar |
| Description |
Descriptionlistviewanimations
An Android library which allows developers to easily add animations to ListView items. Original library: https://github.com/nhaarman/ListViewAnimations
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| library-2.5.2.pom | |
| library-2.5.2.aar | 65 KB |
| library-2.5.2-sources.jar | 42 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/it.sephiroth.android.library.fork.listviewanimations/library/ -->
<dependency>
<groupId>it.sephiroth.android.library.fork.listviewanimations</groupId>
<artifactId>library</artifactId>
<version>2.5.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/it.sephiroth.android.library.fork.listviewanimations/library/
implementation 'it.sephiroth.android.library.fork.listviewanimations:library:2.5.2'
// https://jarcasting.com/artifacts/it.sephiroth.android.library.fork.listviewanimations/library/
implementation ("it.sephiroth.android.library.fork.listviewanimations:library:2.5.2")
'it.sephiroth.android.library.fork.listviewanimations:library:aar:2.5.2'
<dependency org="it.sephiroth.android.library.fork.listviewanimations" name="library" rev="2.5.2">
<artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='it.sephiroth.android.library.fork.listviewanimations', module='library', version='2.5.2')
)
libraryDependencies += "it.sephiroth.android.library.fork.listviewanimations" % "library" % "2.5.2"
[it.sephiroth.android.library.fork.listviewanimations/library "2.5.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.android.support » support-v4 | jar | 19.0.+ |
| com.nineoldandroids : library | jar | 2.4.+ |