MVN

com.github.joecourtneyw : R6J

Maven & Gradle

Mar 31, 2019
6 stars

Rainbow Six - Java · A small java wrapper for the Rainbow Six Siege API

<dependency>
    <groupId>com.github.joecourtneyw</groupId>
    <artifactId>R6J</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.joecourtneyw : R6J to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of com.github.joecourtneyw : R6J to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
R6J-1.1.0
1.0.x
R6J-1.0.4
R6J-1.0.3
R6J-1.0.2
R6J-1.0.1
1.0
R6J-1.0

How to add a dependency to Maven

Add the following com.github.joecourtneyw : R6J maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.joecourtneyw</groupId>
    <artifactId>R6J</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.joecourtneyw : R6J gradle dependency to your build.gradle file:

implementation 'com.github.joecourtneyw:R6J:1.1.0'

Gradle Kotlin DSL: Add the following com.github.joecourtneyw : R6J gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.joecourtneyw:R6J:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.joecourtneyw : R6J sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.joecourtneyw" % "R6J" % "1.1.0"

Advertisement