| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.webjars |
| Идентификатор | Идентификаторanimate.css |
| Последняя версия | Последняя версия3.7.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAnimate.css
WebJar for Animate.css
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| animate.css-3.7.2.pom | |
| animate.css-3.7.2.jar | 21 KB |
| animate.css-3.7.2-javadoc.jar | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.webjars/animate.css/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>animate.css</artifactId>
<version>3.7.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/animate.css/
implementation 'org.webjars:animate.css:3.7.2'
// https://jarcasting.com/artifacts/org.webjars/animate.css/
implementation ("org.webjars:animate.css:3.7.2")
'org.webjars:animate.css:jar:3.7.2'
<dependency org="org.webjars" name="animate.css" rev="3.7.2">
<artifact name="animate.css" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='animate.css', version='3.7.2')
)
libraryDependencies += "org.webjars" % "animate.css" % "3.7.2"
[org.webjars/animate.css "3.7.2"]