GroupId | GroupIdio.doorbell |
---|---|
ArtifactId | ArtifactIdandroid-sdk |
Version | Version0.2.7 |
Type | Typeaar |
Filename | Size |
---|---|
android-sdk-0.2.7.pom | |
android-sdk-0.2.7.aar | 30 KB |
android-sdk-0.2.7-sources.jar | 14 KB |
android-sdk-0.2.7-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.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.doorbell/android-sdk/
implementation 'io.doorbell:android-sdk:0.2.7'
// https://jarcasting.com/artifacts/io.doorbell/android-sdk/
implementation ("io.doorbell:android-sdk:0.2.7")
'io.doorbell:android-sdk:aar:0.2.7'
<dependency org="io.doorbell" name="android-sdk" rev="0.2.7">
<artifact name="android-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.doorbell', module='android-sdk', version='0.2.7')
)
libraryDependencies += "io.doorbell" % "android-sdk" % "0.2.7"
[io.doorbell/android-sdk "0.2.7"]