License |
License |
---|---|
GroupId | GroupIdcom.github.inapplibrary |
ArtifactId | ArtifactIdMyTestLibrary |
Last Version | Last Version0.0.1 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionMyTestLibrary
A library that does X, Y, and Z
|
Project URL |
Project URL |
Filename | Size |
---|---|
MyTestLibrary-0.0.1.pom | |
MyTestLibrary-0.0.1.aar | 16 KB |
MyTestLibrary-0.0.1-sources.jar | 983 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.inapplibrary/MyTestLibrary/ -->
<dependency>
<groupId>com.github.inapplibrary</groupId>
<artifactId>MyTestLibrary</artifactId>
<version>0.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.inapplibrary/MyTestLibrary/
implementation 'com.github.inapplibrary:MyTestLibrary:0.0.1'
// https://jarcasting.com/artifacts/com.github.inapplibrary/MyTestLibrary/
implementation ("com.github.inapplibrary:MyTestLibrary:0.0.1")
'com.github.inapplibrary:MyTestLibrary:aar:0.0.1'
<dependency org="com.github.inapplibrary" name="MyTestLibrary" rev="0.0.1">
<artifact name="MyTestLibrary" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.github.inapplibrary', module='MyTestLibrary', version='0.0.1')
)
libraryDependencies += "com.github.inapplibrary" % "MyTestLibrary" % "0.0.1"
[com.github.inapplibrary/MyTestLibrary "0.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.android.support » appcompat-v7 | jar | 25.1.1 |