GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjQuery-slimScroll |
Version | Version1.3.6 |
Type | Typejar |
Filename | Size |
---|---|
jQuery-slimScroll-1.3.6.pom | |
jQuery-slimScroll-1.3.6.jar | 8 KB |
jQuery-slimScroll-1.3.6-javadoc.jar | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jQuery-slimScroll/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jQuery-slimScroll</artifactId>
<version>1.3.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jQuery-slimScroll/
implementation 'org.webjars:jQuery-slimScroll:1.3.6'
// https://jarcasting.com/artifacts/org.webjars/jQuery-slimScroll/
implementation ("org.webjars:jQuery-slimScroll:1.3.6")
'org.webjars:jQuery-slimScroll:jar:1.3.6'
<dependency org="org.webjars" name="jQuery-slimScroll" rev="1.3.6">
<artifact name="jQuery-slimScroll" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jQuery-slimScroll', version='1.3.6')
)
libraryDependencies += "org.webjars" % "jQuery-slimScroll" % "1.3.6"
[org.webjars/jQuery-slimScroll "1.3.6"]