MVN

org.webjars : animate.css

Maven & Gradle

May 25, 2020
3 usages
0 stars

Animate.css · WebJar for Animate.css

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>animate.css</artifactId>
    <version>3.7.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars : animate.css to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.2

All Versions

Choose a version of org.webjars : animate.css to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
animate.css-3.7.2
3.5.x
animate.css-3.5.2
animate.css-3.5.1
animate.css-3.5.0
3.4.x
animate.css-3.4.0
3.3.x
animate.css-3.3.1
animate.css-3.3.0
3.2.x
animate.css-3.2.6
animate.css-3.2.5
animate.css-3.2.4
animate.css-3.2.3
animate.css-3.2.1
animate.css-3.2.0
3.1.x
animate.css-3.1.1
animate.css-3.1.0

How to add a dependency to Maven

Add the following org.webjars : animate.css maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars</groupId>
    <artifactId>animate.css</artifactId>
    <version>3.7.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars : animate.css gradle dependency to your build.gradle file:

implementation 'org.webjars:animate.css:3.7.2'

Gradle Kotlin DSL: Add the following org.webjars : animate.css gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars:animate.css:3.7.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars : animate.css sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars" % "animate.css" % "3.7.2"