MVN

io.github.terminological : r6-generator-runtime

Maven & Gradle

Sep 26, 2022
0 stars

R6 Generator Runtime · A runtime library supporting R6 packaging for java libraries and easy use of R data structures within Java

<dependency>
    <groupId>io.github.terminological</groupId>
    <artifactId>r6-generator-runtime</artifactId>
    <version>0.5.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.terminological : r6-generator-runtime to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.6

All Versions

Choose a version of io.github.terminological : r6-generator-runtime to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
r6-generator-runtime-0.5.6
r6-generator-runtime-0.5.5
r6-generator-runtime-0.5.4
r6-generator-runtime-0.5.3
r6-generator-runtime-0.5.2
r6-generator-runtime-0.5.1
r6-generator-runtime-0.5.0
0.4.x
r6-generator-runtime-0.4.1
r6-generator-runtime-0.4.0
0.3.x
r6-generator-runtime-0.3.1
r6-generator-runtime-0.3.0

How to add a dependency to Maven

Add the following io.github.terminological : r6-generator-runtime maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.terminological</groupId>
    <artifactId>r6-generator-runtime</artifactId>
    <version>0.5.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.terminological : r6-generator-runtime gradle dependency to your build.gradle file:

implementation 'io.github.terminological:r6-generator-runtime:0.5.6'

Gradle Kotlin DSL: Add the following io.github.terminological : r6-generator-runtime gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.terminological:r6-generator-runtime:0.5.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.terminological : r6-generator-runtime sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.terminological" % "r6-generator-runtime" % "0.5.6"