GroupId | GroupIdcom.github.inapplibrary |
---|---|
ArtifactId | ArtifactIdLibraryTestApp |
Version | Version0.0.3 |
Type | Typeaar |
Filename | Size |
---|---|
LibraryTestApp-0.0.3.pom | |
LibraryTestApp-0.0.3.aar | 106 KB |
LibraryTestApp-0.0.3-sources.jar | 12 KB |
Browse |
<!-- 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"]