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