License |
License |
---|---|
GroupId | GroupIdio.github.lairdli |
ArtifactId | ArtifactIdtestlib |
Last Version | Last Version0.0.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionLaird.li Test Share Library
A test lib for Android
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
testlib-0.0.2.pom | |
testlib-0.0.2-sources.jar | 966 bytes |
testlib-0.0.2-javadoc.jar | 261 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.lairdli/testlib/ -->
<dependency>
<groupId>io.github.lairdli</groupId>
<artifactId>testlib</artifactId>
<version>0.0.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.lairdli/testlib/
implementation 'io.github.lairdli:testlib:0.0.2'
// https://jarcasting.com/artifacts/io.github.lairdli/testlib/
implementation ("io.github.lairdli:testlib:0.0.2")
'io.github.lairdli:testlib:aar:0.0.2'
<dependency org="io.github.lairdli" name="testlib" rev="0.0.2">
<artifact name="testlib" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.lairdli', module='testlib', version='0.0.2')
)
libraryDependencies += "io.github.lairdli" % "testlib" % "0.0.2"
[io.github.lairdli/testlib "0.0.2"]