MVN

org.mvnpm : swiper

Maven & Gradle

Sep 27, 2023
38.6k stars

swiper · Most modern mobile touch slider and framework with hardware accelerated transitions

<dependency>
    <groupId>org.mvnpm</groupId>
    <artifactId>swiper</artifactId>
    <version>10.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm : swiper to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.3.0

All Versions

Choose a version of org.mvnpm : swiper to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.3.x
swiper-10.3.0

How to add a dependency to Maven

Add the following org.mvnpm : swiper maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mvnpm</groupId>
    <artifactId>swiper</artifactId>
    <version>10.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm : swiper gradle dependency to your build.gradle file:

implementation 'org.mvnpm:swiper:10.3.0'

Gradle Kotlin DSL: Add the following org.mvnpm : swiper gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm:swiper:10.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm : swiper sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm" % "swiper" % "10.3.0"