MVN

org.roc-streaming.roctoolkit : roc-android

Maven & Gradle

Jun 10, 2023
20 stars

roc-android · Android library for Roc Toolkit

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

Latest Version

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

  • Latest Stable: 0.2.1
  • Latest Alpha: 0.0.1-alpha

All Versions

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

Version Vulnerabilities Updated
0.2.x
roc-android-0.2.1
roc-android-0.2.0
0.1.x
roc-android-0.1.1
roc-android-0.1.0
0.0.x
roc-android-0.0.2
roc-android-0.0.1-alpha

How to add a dependency to Maven

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

<dependency>
    <groupId>org.roc-streaming.roctoolkit</groupId>
    <artifactId>roc-android</artifactId>
    <version>0.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.roc-streaming.roctoolkit:roc-android:0.2.1'

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

implementation("org.roc-streaming.roctoolkit:roc-android:0.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.roc-streaming.roctoolkit" % "roc-android" % "0.2.1"

Advertisement