| GroupId | GroupIdorg.webjars |
|---|---|
| ArtifactId | ArtifactIdanimate.css |
| Version | Version3.1.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| animate.css-3.1.0.pom | |
| animate.css-3.1.0.jar | 18 KB |
| animate.css-3.1.0-javadoc.jar | 15 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/animate.css/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>animate.css</artifactId>
<version>3.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/animate.css/
implementation 'org.webjars:animate.css:3.1.0'
// https://jarcasting.com/artifacts/org.webjars/animate.css/
implementation ("org.webjars:animate.css:3.1.0")
'org.webjars:animate.css:jar:3.1.0'
<dependency org="org.webjars" name="animate.css" rev="3.1.0">
<artifact name="animate.css" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='animate.css', version='3.1.0')
)
libraryDependencies += "org.webjars" % "animate.css" % "3.1.0"
[org.webjars/animate.css "3.1.0"]