MVN

live.attach.sdk : attach-sdk

Maven & Gradle

May 06, 2019

attach-android-sdk · ATTACH SDK for Android

<dependency>
    <groupId>live.attach.sdk</groupId>
    <artifactId>attach-sdk</artifactId>
    <version>0.5.9.1557156178</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of live.attach.sdk : attach-sdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.9.1557156178

All Versions

Choose a version of live.attach.sdk : attach-sdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
attach-sdk-0.5.9.1557156178

How to add a dependency to Maven

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

<dependency>
    <groupId>live.attach.sdk</groupId>
    <artifactId>attach-sdk</artifactId>
    <version>0.5.9.1557156178</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following live.attach.sdk : attach-sdk gradle dependency to your build.gradle file:

implementation 'live.attach.sdk:attach-sdk:0.5.9.1557156178'

Gradle Kotlin DSL: Add the following live.attach.sdk : attach-sdk gradle kotlin dependency to your build.gradle.kts file:

implementation("live.attach.sdk:attach-sdk:0.5.9.1557156178")

How to add a dependency to SBT Scala

SBT Scala: Add the following live.attach.sdk : attach-sdk sbt scala dependency to your build.sbt file:

libraryDependencies += "live.attach.sdk" % "attach-sdk" % "0.5.9.1557156178"