MVN

io.branch.sdk.android : search

Maven & Gradle

May 12, 2020
8 stars

Branch Android Search SDK · This SDK is a thin wrapper with helper classes to assist in building discovery experiences on top of the Branch Discovery API. This SDK and API allow your users to discovery tens of billions of deep links to app pages that Branch has indexed from its core linking platform used by tens of thousands of mobile applications and websites.

<dependency>
    <groupId>io.branch.sdk.android</groupId>
    <artifactId>search</artifactId>
    <version>1.5.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.5.12

All Versions

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

Version Vulnerabilities Updated
1.5.x
search-1.5.12
search-1.5.11
search-1.5.10
search-1.5.9
search-1.5.8
search-1.5.7
search-1.5.6
search-1.5.5
search-1.5.4
search-1.5.3
search-1.5.2
search-1.5.1
search-1.5.0
1.4.x
search-1.4.2
search-1.4.1
search-1.4.0
1.3.x
search-1.3.8
search-1.3.7
search-1.3.6
search-1.3.5
search-1.3.4
search-1.3.3
search-1.3.2
search-1.3.1
search-1.3.0
1.2.x
search-1.2.7
search-1.2.6
search-1.2.5
search-1.2.3

How to add a dependency to Maven

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

<dependency>
    <groupId>io.branch.sdk.android</groupId>
    <artifactId>search</artifactId>
    <version>1.5.12</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'io.branch.sdk.android:search:1.5.12'

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

implementation("io.branch.sdk.android:search:1.5.12")

How to add a dependency to SBT Scala

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

libraryDependencies += "io.branch.sdk.android" % "search" % "1.5.12"