GroupId | GroupIdco.touchlab |
---|---|
ArtifactId | ArtifactIdandroid-arch-driver |
Version | Version1.2.0-noandroidx |
Type | Typeaar |
<!-- https://jarcasting.com/artifacts/co.touchlab/android-arch-driver/ -->
<dependency>
<groupId>co.touchlab</groupId>
<artifactId>android-arch-driver</artifactId>
<version>1.2.0-noandroidx</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.touchlab/android-arch-driver/
implementation 'co.touchlab:android-arch-driver:1.2.0-noandroidx'
// https://jarcasting.com/artifacts/co.touchlab/android-arch-driver/
implementation ("co.touchlab:android-arch-driver:1.2.0-noandroidx")
'co.touchlab:android-arch-driver:aar:1.2.0-noandroidx'
<dependency org="co.touchlab" name="android-arch-driver" rev="1.2.0-noandroidx">
<artifact name="android-arch-driver" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.touchlab', module='android-arch-driver', version='1.2.0-noandroidx')
)
libraryDependencies += "co.touchlab" % "android-arch-driver" % "1.2.0-noandroidx"
[co.touchlab/android-arch-driver "1.2.0-noandroidx"]