MVN

th.co.rabbit : RDC_SDK

Maven & Gradle

Jan 09, 2023

RDC_Android_SDK · A library that allows the client application to track users activity. Tracking requires the client app to request consent and permissions from users. No tracking without any permissions

<dependency>
    <groupId>th.co.rabbit</groupId>
    <artifactId>RDC_SDK</artifactId>
    <version>1.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of th.co.rabbit : RDC_SDK to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.0

All Versions

Choose a version of th.co.rabbit : RDC_SDK to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
RDC_SDK-1.0.0
0.0.x
RDC_SDK-0.0.11
RDC_SDK-0.0.10
RDC_SDK-0.0.9
RDC_SDK-0.0.8
RDC_SDK-0.0.7
RDC_SDK-0.0.6
RDC_SDK-0.0.5
RDC_SDK-0.0.4
RDC_SDK-0.0.3
RDC_SDK-0.0.2
RDC_SDK-0.0.1

How to add a dependency to Maven

Add the following th.co.rabbit : RDC_SDK maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>th.co.rabbit</groupId>
    <artifactId>RDC_SDK</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following th.co.rabbit : RDC_SDK gradle dependency to your build.gradle file:

implementation 'th.co.rabbit:RDC_SDK:1.0.0'

Gradle Kotlin DSL: Add the following th.co.rabbit : RDC_SDK gradle kotlin dependency to your build.gradle.kts file:

implementation("th.co.rabbit:RDC_SDK:1.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following th.co.rabbit : RDC_SDK sbt scala dependency to your build.sbt file:

libraryDependencies += "th.co.rabbit" % "RDC_SDK" % "1.0.0"

Advertisement