is not current version
Last Version 5.2.0

io.branch.sdk.android:library 1.6.1

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.

GroupId

GroupId

io.branch.sdk.android
ArtifactId

ArtifactId

library
Version

Version

1.6.1
Type

Type

aar

Download library 1.6.1


<!-- https://jarcasting.com/artifacts/io.branch.sdk.android/library/ -->
<dependency>
    <groupId>io.branch.sdk.android</groupId>
    <artifactId>library</artifactId>
    <version>1.6.1</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.branch.sdk.android/library/
implementation 'io.branch.sdk.android:library:1.6.1'
// https://jarcasting.com/artifacts/io.branch.sdk.android/library/
implementation ("io.branch.sdk.android:library:1.6.1")
'io.branch.sdk.android:library:aar:1.6.1'
<dependency org="io.branch.sdk.android" name="library" rev="1.6.1">
  <artifact name="library" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.branch.sdk.android', module='library', version='1.6.1')
)
libraryDependencies += "io.branch.sdk.android" % "library" % "1.6.1"
[io.branch.sdk.android/library "1.6.1"]