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