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