Download JRI-0.9-7.jar file - Jar j

Jar examples for j:JRI

Description

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.

License

Lesser General Public License, Version 2.0

Build File

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'

Download

Click the following link to download the jar file.

JRI-0.9-7-javadoc.jar
JRI-0.9-7-sources.jar
JRI-0.9-7.jar
JRI-0.9-7.pom



Related Tutorials