MVN

io.bucketeer : android-client-sdk

Maven & Gradle

Jul 12, 2023
5 stars

Bucketer Android SDK · Bucketeer Official Client-side SDK for Android

<dependency>
    <groupId>io.bucketeer</groupId>
    <artifactId>android-client-sdk</artifactId>
    <version>2.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.bucketeer : android-client-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.2

All Versions

Choose a version of io.bucketeer : android-client-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
android-client-sdk-2.1.2
android-client-sdk-2.1.1
android-client-sdk-2.1.0
2.0.x
android-client-sdk-2.0.0

How to add a dependency to Maven

Add the following io.bucketeer : android-client-sdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.bucketeer</groupId>
    <artifactId>android-client-sdk</artifactId>
    <version>2.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.bucketeer : android-client-sdk gradle dependency to your build.gradle file:

implementation 'io.bucketeer:android-client-sdk:2.1.2'

Gradle Kotlin DSL: Add the following io.bucketeer : android-client-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("io.bucketeer:android-client-sdk:2.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.bucketeer : android-client-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.bucketeer" % "android-client-sdk" % "2.1.2"