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