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