Categories |
CategoriesORM Data |
---|---|
GroupId | GroupIdco.zuper.android |
ArtifactId | ArtifactIdzuperforms |
Version | Version1.0.7 |
Type | Typeaar |
Filename | Size |
---|---|
zuperforms-1.0.7.pom | |
zuperforms-1.0.7.aar | 489 KB |
Browse |
<!-- https://jarcasting.com/artifacts/co.zuper.android/zuperforms/ -->
<dependency>
<groupId>co.zuper.android</groupId>
<artifactId>zuperforms</artifactId>
<version>1.0.7</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.zuper.android/zuperforms/
implementation 'co.zuper.android:zuperforms:1.0.7'
// https://jarcasting.com/artifacts/co.zuper.android/zuperforms/
implementation ("co.zuper.android:zuperforms:1.0.7")
'co.zuper.android:zuperforms:aar:1.0.7'
<dependency org="co.zuper.android" name="zuperforms" rev="1.0.7">
<artifact name="zuperforms" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.zuper.android', module='zuperforms', version='1.0.7')
)
libraryDependencies += "co.zuper.android" % "zuperforms" % "1.0.7"
[co.zuper.android/zuperforms "1.0.7"]