License |
License |
---|---|
GroupId | GroupIdcom.github.chuangwu |
ArtifactId | ArtifactIddemo |
Version | Version1.0.1 |
Type | Typeaar |
Description |
Descriptiondemo
Android CHUDemo Library
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
demo-1.0.1.pom | |
demo-1.0.1.aar | 3 KB |
demo-1.0.1-sources.jar | 875 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chuangwu/demo/ -->
<dependency>
<groupId>com.github.chuangwu</groupId>
<artifactId>demo</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuangwu/demo/
implementation 'com.github.chuangwu:demo:1.0.1'
// https://jarcasting.com/artifacts/com.github.chuangwu/demo/
implementation ("com.github.chuangwu:demo:1.0.1")
'com.github.chuangwu:demo:aar:1.0.1'
<dependency org="com.github.chuangwu" name="demo" rev="1.0.1">
<artifact name="demo" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuangwu', module='demo', version='1.0.1')
)
libraryDependencies += "com.github.chuangwu" % "demo" % "1.0.1"
[com.github.chuangwu/demo "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
androidx.core » core-ktx | jar | + |
org.jetbrains.kotlin : kotlin-stdlib-jdk7 | jar | 1.6.10 |