| GroupId | GroupIdio.github.abhijeet4469 |
|---|---|
| ArtifactId | ArtifactIdsampleDalCapture |
| Version | Version1.1.0-beta1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| sampleDalCapture-1.1.0-beta1.pom | |
| sampleDalCapture-1.1.0-beta1-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-beta1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.abhijeet4469/sampleDalCapture/
implementation 'io.github.abhijeet4469:sampleDalCapture:1.1.0-beta1'
// https://jarcasting.com/artifacts/io.github.abhijeet4469/sampleDalCapture/
implementation ("io.github.abhijeet4469:sampleDalCapture:1.1.0-beta1")
'io.github.abhijeet4469:sampleDalCapture:aar:1.1.0-beta1'
<dependency org="io.github.abhijeet4469" name="sampleDalCapture" rev="1.1.0-beta1">
<artifact name="sampleDalCapture" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.github.abhijeet4469', module='sampleDalCapture', version='1.1.0-beta1')
)
libraryDependencies += "io.github.abhijeet4469" % "sampleDalCapture" % "1.1.0-beta1"
[io.github.abhijeet4469/sampleDalCapture "1.1.0-beta1"]