is not current version
Last Version 1.0.1

com.gitlab.ali36766:test-library 1.0.0

Test Library for Testing Maven Central

GroupId

GroupId

com.gitlab.ali36766
ArtifactId

ArtifactId

test-library
Version

Version

1.0.0
Type

Type

aar

Download test-library 1.0.0


<!-- https://jarcasting.com/artifacts/com.gitlab.ali36766/test-library/ -->
<dependency>
    <groupId>com.gitlab.ali36766</groupId>
    <artifactId>test-library</artifactId>
    <version>1.0.0</version>
    <type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.gitlab.ali36766/test-library/
implementation 'com.gitlab.ali36766:test-library:1.0.0'
// https://jarcasting.com/artifacts/com.gitlab.ali36766/test-library/
implementation ("com.gitlab.ali36766:test-library:1.0.0")
'com.gitlab.ali36766:test-library:aar:1.0.0'
<dependency org="com.gitlab.ali36766" name="test-library" rev="1.0.0">
  <artifact name="test-library" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.gitlab.ali36766', module='test-library', version='1.0.0')
)
libraryDependencies += "com.gitlab.ali36766" % "test-library" % "1.0.0"
[com.gitlab.ali36766/test-library "1.0.0"]