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