MVN

com.github.lucarosellini.rJava : REngine

Maven & Gradle

Dec 18, 2014
1 usages

REngine core · Rserve is a TCP/IP server which allows other programs to use facilities of R (see www.r-project.org) from various languages without the need to initialize R or link against R library. Every connection has a separate workspace and working directory. Client-side implementations are available for popular languages such as C/C++, PHP and Java. Rserve supports remote connection, authentication and file transfer. Typical use is to integrate R backend for computation of statstical models, plots etc. in other applications.

<dependency>
    <groupId>com.github.lucarosellini.rJava</groupId>
    <artifactId>REngine</artifactId>
    <version>0.9-7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.lucarosellini.rJava : REngine to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9-7

All Versions

Choose a version of com.github.lucarosellini.rJava : REngine to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9
REngine-0.9-7

How to add a dependency to Maven

Add the following com.github.lucarosellini.rJava : REngine maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.lucarosellini.rJava</groupId>
    <artifactId>REngine</artifactId>
    <version>0.9-7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.lucarosellini.rJava : REngine gradle dependency to your build.gradle file:

implementation 'com.github.lucarosellini.rJava:REngine:0.9-7'

Gradle Kotlin DSL: Add the following com.github.lucarosellini.rJava : REngine gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.lucarosellini.rJava:REngine:0.9-7")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.lucarosellini.rJava : REngine sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.lucarosellini.rJava" % "REngine" % "0.9-7"

Advertisement

Dependencies from Group

Discover Dependencies

Aug 11, 2009
4 usages
Jul 20, 2014
2 usages
0 stars
Aug 09, 2010
1 usages
Jun 09, 2014
1 usages
3 stars
Nov 28, 2014
4 usages
1 stars
Nov 16, 2011
1 usages
Nov 16, 2011
1 usages
Apr 02, 2015
2 usages
5 stars
Aug 14, 2013
1 usages
26 stars