MVN

club.rippl : sdk

Maven & Gradle

Jun 06, 2023

ripplSdk · Rippl Android SDK

<dependency>
    <groupId>club.rippl</groupId>
    <artifactId>sdk</artifactId>
    <version>0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of club.rippl : sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.13

All Versions

Choose a version of club.rippl : sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.13
sdk-0.13
0.12
sdk-0.12

How to add a dependency to Maven

Add the following club.rippl : sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>club.rippl</groupId>
    <artifactId>sdk</artifactId>
    <version>0.13</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following club.rippl : sdk gradle dependency to your build.gradle file:

implementation 'club.rippl:sdk:0.13'

Gradle Kotlin DSL: Add the following club.rippl : sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("club.rippl:sdk:0.13")

How to add a dependency to SBT Scala

SBT Scala: Add the following club.rippl : sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "club.rippl" % "sdk" % "0.13"

Advertisement