GroupId | GroupIdorg.webjars |
---|---|
ArtifactId | ArtifactIdjScrollPane |
Version | Version2.0.14 |
Type | Typejar |
Filename | Size |
---|---|
jScrollPane-2.0.14.pom | |
jScrollPane-2.0.14.jar | 19 KB |
jScrollPane-2.0.14-javadoc.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars/jScrollPane/ -->
<dependency>
<groupId>org.webjars</groupId>
<artifactId>jScrollPane</artifactId>
<version>2.0.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars/jScrollPane/
implementation 'org.webjars:jScrollPane:2.0.14'
// https://jarcasting.com/artifacts/org.webjars/jScrollPane/
implementation ("org.webjars:jScrollPane:2.0.14")
'org.webjars:jScrollPane:jar:2.0.14'
<dependency org="org.webjars" name="jScrollPane" rev="2.0.14">
<artifact name="jScrollPane" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars', module='jScrollPane', version='2.0.14')
)
libraryDependencies += "org.webjars" % "jScrollPane" % "2.0.14"
[org.webjars/jScrollPane "2.0.14"]