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