Download JRI-0.9.jar file

Introduction

You can download JRI-0.9.jar in this page.

License

GNU Lesser General Public License

Type List

JRI-0.9.jar file has the following types.

META-INF/MANIFEST.MF
libjri.so
org.rosuda.JRI.Mutex.class
org.rosuda.JRI.RBool.class
org.rosuda.JRI.RConsoleOutputStream.class
org.rosuda.JRI.REXP.class
org.rosuda.JRI.RFactor.class
org.rosuda.JRI.RList.class
org.rosuda.JRI.RMainLoopCallbacks.class
org.rosuda.JRI.RVector.class
org.rosuda.JRI.Rengine.class

Pom

JRI-0.9.pom file content.

<project>
  <modelVersion>4.0.0</modelVersion>
  <groupId>com.github.lucarosellini.rJava</groupId>
  <artifactId>JRI</artifactId>
  <packaging>jar</packaging>
  <name>JRI core</name>
  <version>0.9-7</version>
  <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.
</description>
  <url>http://www.rforge.net/JRI/index.html</url>
  <licenses>
    <license>
      <name>Lesser General Public License, Version 2.0</name>
      <url>http://www.gnu.org/licenses/lgpl-2.1.html</url>
      <distribution>repo</distribution>
    </license>
  </licenses>
  <scm>
    <url>svn://svn.rforge.net/org/trunk/rosuda/JRI</url>
  </scm>
  <developers>
    <developer>
      <id>Author</id>
      <name>Simon Urbanek</name>
      <email>simon.urbanek@r-project.org</email>
    </developer>
  </developers>
</project>

POM Entry

<dependency>
   <groupId>com.github.lucarosellini.rJava</groupId>
   <artifactId>JRI</artifactId>
   <version>0.9</version>
</dependency>

Download

If you think the following JRI-0.9.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.



Download JRI-0.9.jar file




PreviousNext

Related