GroupId | GroupIdio.hackle |
---|---|
ArtifactId | ArtifactIdhackle-android-sdk |
Version | Version2.1.0 |
Type | Typeaar |
Filename | Size |
---|---|
hackle-android-sdk-2.1.0.pom | |
hackle-android-sdk-2.1.0-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.1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.hackle/hackle-android-sdk/
implementation 'io.hackle:hackle-android-sdk:2.1.0'
// https://jarcasting.com/artifacts/io.hackle/hackle-android-sdk/
implementation ("io.hackle:hackle-android-sdk:2.1.0")
'io.hackle:hackle-android-sdk:aar:2.1.0'
<dependency org="io.hackle" name="hackle-android-sdk" rev="2.1.0">
<artifact name="hackle-android-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.hackle', module='hackle-android-sdk', version='2.1.0')
)
libraryDependencies += "io.hackle" % "hackle-android-sdk" % "2.1.0"
[io.hackle/hackle-android-sdk "2.1.0"]