is not current version
Last Version 0.0.4

com.github.inapplibrary:LibraryTestApp 0.0.1

A library that does X, Y, and Z

GroupId

GroupId

com.github.inapplibrary
ArtifactId

ArtifactId

LibraryTestApp
Version

Version

0.0.1
Type

Type

aar

Download LibraryTestApp 0.0.1


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