GroupId | GroupIdio.hackle |
---|---|
ArtifactId | ArtifactIdhackle-android-sdk |
Version | Version2.2.1 |
Type | Typeaar |
Filename | Size |
---|---|
hackle-android-sdk-2.2.1.pom | |
hackle-android-sdk-2.2.1-sources.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.hackle/hackle-android-sdk/ -->
<dependency>
<groupId>io.hackle</groupId>
<artifactId>hackle-android-sdk</artifactId>
<version>2.2.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.hackle/hackle-android-sdk/
implementation 'io.hackle:hackle-android-sdk:2.2.1'
// https://jarcasting.com/artifacts/io.hackle/hackle-android-sdk/
implementation ("io.hackle:hackle-android-sdk:2.2.1")
'io.hackle:hackle-android-sdk:aar:2.2.1'
<dependency org="io.hackle" name="hackle-android-sdk" rev="2.2.1">
<artifact name="hackle-android-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.hackle', module='hackle-android-sdk', version='2.2.1')
)
libraryDependencies += "io.hackle" % "hackle-android-sdk" % "2.2.1"
[io.hackle/hackle-android-sdk "2.2.1"]