is not current version
Last Version 0.0.1

com.github.inapplibrary:MyTestLibrary 0.0.0

A library that does X, Y, and Z

GroupId

GroupId

com.github.inapplibrary
ArtifactId

ArtifactId

MyTestLibrary
Version

Version

0.0.0
Type

Type

aar

Download MyTestLibrary 0.0.0


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