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