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