GroupId | GroupIdio.github.chawloo |
---|---|
ArtifactId | ArtifactIdQuickBaseLib |
Version | Version1.0 |
Type | Typeaar |
Filename | Size |
---|---|
QuickBaseLib-1.0.pom | |
QuickBaseLib-1.0-sources.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.chawloo/QuickBaseLib/ -->
<dependency>
<groupId>io.github.chawloo</groupId>
<artifactId>QuickBaseLib</artifactId>
<version>1.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.chawloo/QuickBaseLib/
implementation 'io.github.chawloo:QuickBaseLib:1.0'
// https://jarcasting.com/artifacts/io.github.chawloo/QuickBaseLib/
implementation ("io.github.chawloo:QuickBaseLib:1.0")
'io.github.chawloo:QuickBaseLib:aar:1.0'
<dependency org="io.github.chawloo" name="QuickBaseLib" rev="1.0">
<artifact name="QuickBaseLib" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.chawloo', module='QuickBaseLib', version='1.0')
)
libraryDependencies += "io.github.chawloo" % "QuickBaseLib" % "1.0"
[io.github.chawloo/QuickBaseLib "1.0"]