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