Categories |
CategoriesAngular User Interface Web Frameworks |
---|---|
GroupId | GroupIdorg.webjars.bower |
ArtifactId | ArtifactIdangular-animate |
Version | Version1.5.6 |
Type | Typejar |
Filename | Size |
---|---|
angular-animate-1.5.6.pom | |
angular-animate-1.5.6.jar | 78 KB |
angular-animate-1.5.6-sources.jar | 22 bytes |
angular-animate-1.5.6-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.bower/angular-animate/ -->
<dependency>
<groupId>org.webjars.bower</groupId>
<artifactId>angular-animate</artifactId>
<version>1.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.bower/angular-animate/
implementation 'org.webjars.bower:angular-animate:1.5.6'
// https://jarcasting.com/artifacts/org.webjars.bower/angular-animate/
implementation ("org.webjars.bower:angular-animate:1.5.6")
'org.webjars.bower:angular-animate:jar:1.5.6'
<dependency org="org.webjars.bower" name="angular-animate" rev="1.5.6">
<artifact name="angular-animate" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.bower', module='angular-animate', version='1.5.6')
)
libraryDependencies += "org.webjars.bower" % "angular-animate" % "1.5.6"
[org.webjars.bower/angular-animate "1.5.6"]