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