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