is not current version
Last Version 0.0.4

com.github.inapplibrary:LibraryTestApp 0.0.3

A library that does X, Y, and Z

GroupId

GroupId

com.github.inapplibrary
ArtifactId

ArtifactId

LibraryTestApp
Version

Version

0.0.3
Type

Type

aar

Download LibraryTestApp 0.0.3


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