MVN

org.roc-streaming.roctoolkit.testing : roc-android

Maven & Gradle

Aug 22, 2021
20 stars

roc-android · Android library for Roc Toolkit

<dependency>
    <groupId>org.roc-streaming.roctoolkit.testing</groupId>
    <artifactId>roc-android</artifactId>
    <version>0.0.1-alpha3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.roc-streaming.roctoolkit.testing : roc-android to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.1-alpha3
  • Latest Alpha: 0.0.1-alpha3

All Versions

Choose a version of org.roc-streaming.roctoolkit.testing : roc-android to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
roc-android-0.0.1-alpha3

How to add a dependency to Maven

Add the following org.roc-streaming.roctoolkit.testing : roc-android maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.roc-streaming.roctoolkit.testing</groupId>
    <artifactId>roc-android</artifactId>
    <version>0.0.1-alpha3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.roc-streaming.roctoolkit.testing : roc-android gradle dependency to your build.gradle file:

implementation 'org.roc-streaming.roctoolkit.testing:roc-android:0.0.1-alpha3'

Gradle Kotlin DSL: Add the following org.roc-streaming.roctoolkit.testing : roc-android gradle kotlin dependency to your build.gradle.kts file:

implementation("org.roc-streaming.roctoolkit.testing:roc-android:0.0.1-alpha3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.roc-streaming.roctoolkit.testing : roc-android sbt scala dependency to your build.sbt file:

libraryDependencies += "org.roc-streaming.roctoolkit.testing" % "roc-android" % "0.0.1-alpha3"

Advertisement