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