Jar examples for j:JRI
JRI is a Java/R Interface, which allows to run R inside Java applications as a single thread. Basically it loads R dynamic library into Java and provides a Java API to R functionality. It supports both simple calls to R functions and a full running REPL.
You can download jar file JRI 0.9-7 in this page.
Lesser General Public License, Version 2.0
You can use the following script to add JRI-0.9-7.jar to your project.
<dependency> <groupId>com.github.lucarosellini.rJava</groupId> <artifactId>JRI</artifactId> <version>0.9-7</version> </dependency>
compile group: 'com.github.lucarosellini.rJava', name: 'JRI', version: '0.9-7'
libraryDependencies += "com.github.lucarosellini.rJava" % "JRI" % "0.9-7"
<dependency org="com.github.lucarosellini.rJava" name="JRI" rev="0.9-7"/>
@Grapes(@Grab(group='com.github.lucarosellini.rJava', module='JRI', version='0.9-7'))
'com.github.lucarosellini.rJava:JRI:jar:0.9-7'
Click the following link to download the jar file.
JRI-0.9-7-javadoc.jar