GroupId | GroupIdcom.kenticocloud |
---|---|
ArtifactId | ArtifactIddelivery-android |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
delivery-android-3.0.0.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.kenticocloud/delivery-android/ -->
<dependency>
<groupId>com.kenticocloud</groupId>
<artifactId>delivery-android</artifactId>
<version>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.kenticocloud/delivery-android/
implementation 'com.kenticocloud:delivery-android:3.0.0'
// https://jarcasting.com/artifacts/com.kenticocloud/delivery-android/
implementation ("com.kenticocloud:delivery-android:3.0.0")
'com.kenticocloud:delivery-android:pom:3.0.0'
<dependency org="com.kenticocloud" name="delivery-android" rev="3.0.0">
<artifact name="delivery-android" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.kenticocloud', module='delivery-android', version='3.0.0')
)
libraryDependencies += "com.kenticocloud" % "delivery-android" % "3.0.0"
[com.kenticocloud/delivery-android "3.0.0"]