Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcom.devcycle |
ArtifactId | ArtifactIdandroid-client-sdk |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
android-client-sdk-1.0.1.pom | |
android-client-sdk-1.0.1-sources.jar | 26 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.devcycle/android-client-sdk/ -->
<dependency>
<groupId>com.devcycle</groupId>
<artifactId>android-client-sdk</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.devcycle/android-client-sdk/
implementation 'com.devcycle:android-client-sdk:1.0.1'
// https://jarcasting.com/artifacts/com.devcycle/android-client-sdk/
implementation ("com.devcycle:android-client-sdk:1.0.1")
'com.devcycle:android-client-sdk:aar:1.0.1'
<dependency org="com.devcycle" name="android-client-sdk" rev="1.0.1">
<artifact name="android-client-sdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.devcycle', module='android-client-sdk', version='1.0.1')
)
libraryDependencies += "com.devcycle" % "android-client-sdk" % "1.0.1"
[com.devcycle/android-client-sdk "1.0.1"]