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