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