GroupId | GroupIdcom.github.Shouheng88 |
---|---|
ArtifactId | ArtifactIduix-core |
Version | Version2.0 |
Type | Typeaar |
Filename | Size |
---|---|
uix-core-2.0.pom | |
uix-core-2.0-sources.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.Shouheng88/uix-core/ -->
<dependency>
<groupId>com.github.Shouheng88</groupId>
<artifactId>uix-core</artifactId>
<version>2.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.Shouheng88/uix-core/
implementation 'com.github.Shouheng88:uix-core:2.0'
// https://jarcasting.com/artifacts/com.github.Shouheng88/uix-core/
implementation ("com.github.Shouheng88:uix-core:2.0")
'com.github.Shouheng88:uix-core:aar:2.0'
<dependency org="com.github.Shouheng88" name="uix-core" rev="2.0">
<artifact name="uix-core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.Shouheng88', module='uix-core', version='2.0')
)
libraryDependencies += "com.github.Shouheng88" % "uix-core" % "2.0"
[com.github.Shouheng88/uix-core "2.0"]