MVN

com.buddy : androidsdk

Maven & Gradle

Jun 25, 2016

Buddy Android SDK · Android SDK for Buddy Platform

<dependency>
    <groupId>com.buddy</groupId>
    <artifactId>androidsdk</artifactId>
    <version>3.0.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.buddy : androidsdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.6

All Versions

Choose a version of com.buddy : androidsdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
androidsdk-3.0.6
androidsdk-3.0.5
androidsdk-3.0.4
androidsdk-3.0.3
androidsdk-3.0.1
androidsdk-3.0.0
0.2
androidsdk-0.2
0.1.x
androidsdk-0.1.1

How to add a dependency to Maven

Add the following com.buddy : androidsdk maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.buddy</groupId>
    <artifactId>androidsdk</artifactId>
    <version>3.0.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.buddy : androidsdk gradle dependency to your build.gradle file:

implementation 'com.buddy:androidsdk:3.0.6'

Gradle Kotlin DSL: Add the following com.buddy : androidsdk gradle kotlin dependency to your build.gradle.kts file:

implementation("com.buddy:androidsdk:3.0.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.buddy : androidsdk sbt scala dependency to your build.sbt file:

libraryDependencies += "com.buddy" % "androidsdk" % "3.0.6"

Advertisement