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