GroupId | GroupIdcom.github.chuangwu |
---|---|
ArtifactId | ArtifactIdcore |
Version | Version2.0.0 |
Type | Typeaar |
Filename | Size |
---|---|
core-2.0.0.pom | |
core-2.0.0.aar | 36 KB |
core-2.0.0-sources.jar | 18 KB |
core-2.0.0-javadoc.jar | 178 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.chuangwu/core/ -->
<dependency>
<groupId>com.github.chuangwu</groupId>
<artifactId>core</artifactId>
<version>2.0.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuangwu/core/
implementation 'com.github.chuangwu:core:2.0.0'
// https://jarcasting.com/artifacts/com.github.chuangwu/core/
implementation ("com.github.chuangwu:core:2.0.0")
'com.github.chuangwu:core:aar:2.0.0'
<dependency org="com.github.chuangwu" name="core" rev="2.0.0">
<artifact name="core" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuangwu', module='core', version='2.0.0')
)
libraryDependencies += "com.github.chuangwu" % "core" % "2.0.0"
[com.github.chuangwu/core "2.0.0"]