MVN

io.rollout.rox : rox-android-xaaf

Maven & Gradle

May 28, 2020

ROX by rollout.io · ROX - Continuous Feature Rollouts for Mobile Release

<dependency>
    <groupId>io.rollout.rox</groupId>
    <artifactId>rox-android-xaaf</artifactId>
    <version>4.9.22</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.rollout.rox : rox-android-xaaf to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.9.22

All Versions

Choose a version of io.rollout.rox : rox-android-xaaf to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.9.x
rox-android-xaaf-4.9.22
4.7.x
rox-android-xaaf-4.7.2
rox-android-xaaf-4.7.1
rox-android-xaaf-4.7.0

How to add a dependency to Maven

Add the following io.rollout.rox : rox-android-xaaf maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.rollout.rox</groupId>
    <artifactId>rox-android-xaaf</artifactId>
    <version>4.9.22</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.rollout.rox : rox-android-xaaf gradle dependency to your build.gradle file:

implementation 'io.rollout.rox:rox-android-xaaf:4.9.22'

Gradle Kotlin DSL: Add the following io.rollout.rox : rox-android-xaaf gradle kotlin dependency to your build.gradle.kts file:

implementation("io.rollout.rox:rox-android-xaaf:4.9.22")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.rollout.rox : rox-android-xaaf sbt scala dependency to your build.sbt file:

libraryDependencies += "io.rollout.rox" % "rox-android-xaaf" % "4.9.22"

Advertisement