Categories |
CategoriesJavaScript Languages |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdweb-animations-js |
Version | Version2.3.1 |
Type | Typejar |
Filename | Size |
---|---|
web-animations-js-2.3.1.pom | |
web-animations-js-2.3.1.jar | 146 KB |
web-animations-js-2.3.1-sources.jar | 22 bytes |
web-animations-js-2.3.1-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/web-animations-js/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>web-animations-js</artifactId>
<version>2.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/web-animations-js/
implementation 'org.webjars.npm:web-animations-js:2.3.1'
// https://jarcasting.com/artifacts/org.webjars.npm/web-animations-js/
implementation ("org.webjars.npm:web-animations-js:2.3.1")
'org.webjars.npm:web-animations-js:jar:2.3.1'
<dependency org="org.webjars.npm" name="web-animations-js" rev="2.3.1">
<artifact name="web-animations-js" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='web-animations-js', version='2.3.1')
)
libraryDependencies += "org.webjars.npm" % "web-animations-js" % "2.3.1"
[org.webjars.npm/web-animations-js "2.3.1"]