| Группа | Группаio.github.zhaochengjun |
|---|---|
| Идентификатор | Идентификаторcommon |
| Версия | Версия1.0 |
| Тип | Типaar |
| Имя Файла | Размер |
|---|---|
| common-1.0.pom | |
| common-1.0-sources.jar | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.github.zhaochengjun/common/ -->
<dependency>
<groupId>io.github.zhaochengjun</groupId>
<artifactId>common</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.zhaochengjun/common/
implementation 'io.github.zhaochengjun:common:1.0'
// https://jarcasting.com/artifacts/io.github.zhaochengjun/common/
implementation ("io.github.zhaochengjun:common:1.0")
'io.github.zhaochengjun:common:aar:1.0'
<dependency org="io.github.zhaochengjun" name="common" rev="1.0">
<artifact name="common" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.zhaochengjun', module='common', version='1.0')
)
libraryDependencies += "io.github.zhaochengjun" % "common" % "1.0"
[io.github.zhaochengjun/common "1.0"]