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