GroupId | GroupIdio.rollout.rox |
---|---|
ArtifactId | ArtifactIdrox-android |
Version | Version1.1.2 |
Type | Typeaar |
Filename | Size |
---|---|
rox-android-1.1.2.pom | |
rox-android-1.1.2.aar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.rollout.rox/rox-android/ -->
<dependency>
<groupId>io.rollout.rox</groupId>
<artifactId>rox-android</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/io.rollout.rox/rox-android/
implementation 'io.rollout.rox:rox-android:1.1.2'
// https://jarcasting.com/artifacts/io.rollout.rox/rox-android/
implementation ("io.rollout.rox:rox-android:1.1.2")
'io.rollout.rox:rox-android:aar:1.1.2'
<dependency org="io.rollout.rox" name="rox-android" rev="1.1.2">
<artifact name="rox-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='io.rollout.rox', module='rox-android', version='1.1.2')
)
libraryDependencies += "io.rollout.rox" % "rox-android" % "1.1.2"
[io.rollout.rox/rox-android "1.1.2"]