Categories |
CategoriesGithub Development Tools Version Controls |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdgithub-com-cferdinandi-smooth-scroll |
Version | Version7.1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/github-com-cferdinandi-smooth-scroll/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>github-com-cferdinandi-smooth-scroll</artifactId>
<version>7.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-cferdinandi-smooth-scroll/
implementation 'org.webjars.npm:github-com-cferdinandi-smooth-scroll:7.1.1'
// https://jarcasting.com/artifacts/org.webjars.npm/github-com-cferdinandi-smooth-scroll/
implementation ("org.webjars.npm:github-com-cferdinandi-smooth-scroll:7.1.1")
'org.webjars.npm:github-com-cferdinandi-smooth-scroll:jar:7.1.1'
<dependency org="org.webjars.npm" name="github-com-cferdinandi-smooth-scroll" rev="7.1.1">
<artifact name="github-com-cferdinandi-smooth-scroll" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='github-com-cferdinandi-smooth-scroll', version='7.1.1')
)
libraryDependencies += "org.webjars.npm" % "github-com-cferdinandi-smooth-scroll" % "7.1.1"
[org.webjars.npm/github-com-cferdinandi-smooth-scroll "7.1.1"]