| GroupId | GroupIdcn.entertech.android |
|---|---|
| ArtifactId | ArtifactIduicomponentsdk |
| Version | Version1.3.0-alpha05 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| uicomponentsdk-1.3.0-alpha05.pom | |
| uicomponentsdk-1.3.0-alpha05.aar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.entertech.android/uicomponentsdk/ -->
<dependency>
<groupId>cn.entertech.android</groupId>
<artifactId>uicomponentsdk</artifactId>
<version>1.3.0-alpha05</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/cn.entertech.android/uicomponentsdk/
implementation 'cn.entertech.android:uicomponentsdk:1.3.0-alpha05'
// https://jarcasting.com/artifacts/cn.entertech.android/uicomponentsdk/
implementation ("cn.entertech.android:uicomponentsdk:1.3.0-alpha05")
'cn.entertech.android:uicomponentsdk:aar:1.3.0-alpha05'
<dependency org="cn.entertech.android" name="uicomponentsdk" rev="1.3.0-alpha05">
<artifact name="uicomponentsdk" type="aar" />
</dependency>
@Grapes(
@Grab(group='cn.entertech.android', module='uicomponentsdk', version='1.3.0-alpha05')
)
libraryDependencies += "cn.entertech.android" % "uicomponentsdk" % "1.3.0-alpha05"
[cn.entertech.android/uicomponentsdk "1.3.0-alpha05"]