| GroupId | GroupIdorg.webjars.npm |
|---|---|
| ArtifactId | ArtifactIdaurelia-animator-velocity |
| Version | Version1.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| aurelia-animator-velocity-1.0.0.pom | |
| aurelia-animator-velocity-1.0.0.jar | 56 KB |
| aurelia-animator-velocity-1.0.0-sources.jar | 22 bytes |
| aurelia-animator-velocity-1.0.0-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/aurelia-animator-velocity/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>aurelia-animator-velocity</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/aurelia-animator-velocity/
implementation 'org.webjars.npm:aurelia-animator-velocity:1.0.0'
// https://jarcasting.com/artifacts/org.webjars.npm/aurelia-animator-velocity/
implementation ("org.webjars.npm:aurelia-animator-velocity:1.0.0")
'org.webjars.npm:aurelia-animator-velocity:jar:1.0.0'
<dependency org="org.webjars.npm" name="aurelia-animator-velocity" rev="1.0.0">
<artifact name="aurelia-animator-velocity" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='aurelia-animator-velocity', version='1.0.0')
)
libraryDependencies += "org.webjars.npm" % "aurelia-animator-velocity" % "1.0.0"
[org.webjars.npm/aurelia-animator-velocity "1.0.0"]