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