GroupId | GroupIdio.doorbell |
---|---|
ArtifactId | ArtifactIdandroid-sdk |
Version | Version0.1.9 |
Type | Typeaar |
Filename | Size |
---|---|
android-sdk-0.1.9.pom | |
android-sdk-0.1.9.aar | 28 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.doorbell/android-sdk/ -->
<dependency>
<groupId>io.doorbell</groupId>
<artifactId>android-sdk</artifactId>
<version>0.1.9</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.doorbell/android-sdk/
implementation 'io.doorbell:android-sdk:0.1.9'
// https://jarcasting.com/artifacts/io.doorbell/android-sdk/
implementation ("io.doorbell:android-sdk:0.1.9")
'io.doorbell:android-sdk:aar:0.1.9'
<dependency org="io.doorbell" name="android-sdk" rev="0.1.9">
<artifact name="android-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.doorbell', module='android-sdk', version='0.1.9')
)
libraryDependencies += "io.doorbell" % "android-sdk" % "0.1.9"
[io.doorbell/android-sdk "0.1.9"]