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