is not current version
Last Version 0.4.1

io.github.terminological:r6-generator-runtime 0.3.1

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

GroupId

GroupId

io.github.terminological
ArtifactId

ArtifactId

r6-generator-runtime
Version

Version

0.3.1
Type

Type

jar

Download r6-generator-runtime 0.3.1


<!-- https://jarcasting.com/artifacts/io.github.terminological/r6-generator-runtime/ -->
<dependency>
    <groupId>io.github.terminological</groupId>
    <artifactId>r6-generator-runtime</artifactId>
    <version>0.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.terminological/r6-generator-runtime/
implementation 'io.github.terminological:r6-generator-runtime:0.3.1'
// https://jarcasting.com/artifacts/io.github.terminological/r6-generator-runtime/
implementation ("io.github.terminological:r6-generator-runtime:0.3.1")
'io.github.terminological:r6-generator-runtime:jar:0.3.1'
<dependency org="io.github.terminological" name="r6-generator-runtime" rev="0.3.1">
  <artifact name="r6-generator-runtime" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.terminological', module='r6-generator-runtime', version='0.3.1')
)
libraryDependencies += "io.github.terminological" % "r6-generator-runtime" % "0.3.1"
[io.github.terminological/r6-generator-runtime "0.3.1"]