MVN

it.sephiroth.android.library.fork.listviewanimations : library

Maven & Gradle

Nov 22, 2013
1 stars

listviewanimations · An Android library which allows developers to easily add animations to ListView items. Original library: https://github.com/nhaarman/ListViewAnimations

<dependency>
    <groupId>it.sephiroth.android.library.fork.listviewanimations</groupId>
    <artifactId>library</artifactId>
    <version>2.5.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of it.sephiroth.android.library.fork.listviewanimations : library to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.2

All Versions

Choose a version of it.sephiroth.android.library.fork.listviewanimations : library to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
library-2.5.2

How to add a dependency to Maven

Add the following it.sephiroth.android.library.fork.listviewanimations : library maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>it.sephiroth.android.library.fork.listviewanimations</groupId>
    <artifactId>library</artifactId>
    <version>2.5.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following it.sephiroth.android.library.fork.listviewanimations : library gradle dependency to your build.gradle file:

implementation 'it.sephiroth.android.library.fork.listviewanimations:library:2.5.2'

Gradle Kotlin DSL: Add the following it.sephiroth.android.library.fork.listviewanimations : library gradle kotlin dependency to your build.gradle.kts file:

implementation("it.sephiroth.android.library.fork.listviewanimations:library:2.5.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following it.sephiroth.android.library.fork.listviewanimations : library sbt scala dependency to your build.sbt file:

libraryDependencies += "it.sephiroth.android.library.fork.listviewanimations" % "library" % "2.5.2"