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