is not current version
Last Version 4.0.2

com.github.jbytecode:RCaller 4.0.1

RCaller is a software library which simplifies performing data analysis and statistical calculations in Java using R. The details are hidden from users including transferring data between platforms, function calls, and retrieving results.

GroupId

GroupId

com.github.jbytecode
ArtifactId

ArtifactId

RCaller
Version

Version

4.0.1
Type

Type

jar

Download RCaller 4.0.1


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