GroupId | GroupIdcom.github.chuangwu |
---|---|
ArtifactId | ArtifactIddemo |
Version | Version1.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
demo-1.0.0.pom | |
demo-1.0.0.aar | 3 KB |
demo-1.0.0-sources.jar | 875 bytes |
demo-1.0.0-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chuangwu/demo/ -->
<dependency>
<groupId>com.github.chuangwu</groupId>
<artifactId>demo</artifactId>
<version>1.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuangwu/demo/
implementation 'com.github.chuangwu:demo:1.0.0'
// https://jarcasting.com/artifacts/com.github.chuangwu/demo/
implementation ("com.github.chuangwu:demo:1.0.0")
'com.github.chuangwu:demo:aar:1.0.0'
<dependency org="com.github.chuangwu" name="demo" rev="1.0.0">
<artifact name="demo" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuangwu', module='demo', version='1.0.0')
)
libraryDependencies += "com.github.chuangwu" % "demo" % "1.0.0"
[com.github.chuangwu/demo "1.0.0"]