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