MVN

io.branch.sdk.android : library-nsdk

Maven & Gradle

Oct 05, 2022

Branch Android SDK · Use the Branch SDK (branch.io) to create and power the links that point back to your apps for all of these things and more. Branch makes it incredibly simple to create powerful deep links that can pass data across app install and open while handling all edge cases (using on desktop vs. mobile vs. already having the app installed, etc). Best of all, it is really simple to start using the links for your own app: only 2 lines of code to register the deep link router and one more line of code to create the links with custom data.

<dependency>
    <groupId>io.branch.sdk.android</groupId>
    <artifactId>library-nsdk</artifactId>
    <version>0.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.branch.sdk.android : library-nsdk to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.2

All Versions

Choose a version of io.branch.sdk.android : library-nsdk to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
library-nsdk-0.0.2

How to add a dependency to Maven

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

<dependency>
    <groupId>io.branch.sdk.android</groupId>
    <artifactId>library-nsdk</artifactId>
    <version>0.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.branch.sdk.android : library-nsdk gradle dependency to your build.gradle file:

implementation 'io.branch.sdk.android:library-nsdk:0.0.2'

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

implementation("io.branch.sdk.android:library-nsdk:0.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.branch.sdk.android : library-nsdk sbt scala dependency to your build.sbt file:

libraryDependencies += "io.branch.sdk.android" % "library-nsdk" % "0.0.2"