| GroupId | GroupIdio.github.dalpengida |
|---|---|
| ArtifactId | ArtifactIdrepo-test |
| Version | Version1.0.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| repo-test-1.0.0.pom | |
| repo-test-1.0.0.aar | 16 KB |
| Browse |
<!-- 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"]