is not current version
Last Version 1.0.1

io.github.dalpengida:repo-test 1.0.0

repo-test

GroupId

GroupId

io.github.dalpengida
ArtifactId

ArtifactId

repo-test
Version

Version

1.0.0
Type

Type

aar

Download repo-test 1.0.0


<!-- 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"]