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