GroupId | GroupIdco.tryterra |
---|---|
ArtifactId | ArtifactIdterra-android |
Version | Version1.0.1 |
Type | Typeaar |
Filename | Size |
---|---|
terra-android-1.0.1.pom | |
Browse |
<!-- https://jarcasting.com/artifacts/co.tryterra/terra-android/ -->
<dependency>
<groupId>co.tryterra</groupId>
<artifactId>terra-android</artifactId>
<version>1.0.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/co.tryterra/terra-android/
implementation 'co.tryterra:terra-android:1.0.1'
// https://jarcasting.com/artifacts/co.tryterra/terra-android/
implementation ("co.tryterra:terra-android:1.0.1")
'co.tryterra:terra-android:aar:1.0.1'
<dependency org="co.tryterra" name="terra-android" rev="1.0.1">
<artifact name="terra-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='co.tryterra', module='terra-android', version='1.0.1')
)
libraryDependencies += "co.tryterra" % "terra-android" % "1.0.1"
[co.tryterra/terra-android "1.0.1"]