| GroupId | GroupIdcom.tryzage |
|---|---|
| ArtifactId | ArtifactIdzage-android |
| Version | Version0.1.2 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| zage-android-0.1.2.pom | |
| Browse |
<!-- https://jarcasting.com/artifacts/com.tryzage/zage-android/ -->
<dependency>
<groupId>com.tryzage</groupId>
<artifactId>zage-android</artifactId>
<version>0.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.tryzage/zage-android/
implementation 'com.tryzage:zage-android:0.1.2'
// https://jarcasting.com/artifacts/com.tryzage/zage-android/
implementation ("com.tryzage:zage-android:0.1.2")
'com.tryzage:zage-android:aar:0.1.2'
<dependency org="com.tryzage" name="zage-android" rev="0.1.2">
<artifact name="zage-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.tryzage', module='zage-android', version='0.1.2')
)
libraryDependencies += "com.tryzage" % "zage-android" % "0.1.2"
[com.tryzage/zage-android "0.1.2"]