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