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