R

REngine

REngine API to access R from Java in a backend-independent way.
http://github.com/s-u/REngine
LGPL v2.1
Simon Urbanek
Files download
File Operation
REngine-2.1.0.jar download
REngine-2.1.0.pom download
REngine-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.rosuda.REngine</groupId>
  <artifactId>REngine</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'org.rosuda.REngine:REngine:2.1.0'
Gradle Kotlin
implementation("org.rosuda.REngine:REngine:2.1.0")
Scala SBT
libraryDependencies += "org.rosuda.REngine" % "REngine" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='org.rosuda.REngine', module='REngine', version='2.1.0')
)
Apache Ivy
<dependency org="org.rosuda.REngine" name="REngine" rev="2.1.0" />
Leiningen
[org.rosuda.REngine/REngine "2.1.0"]
Apache Buildr
'org.rosuda.REngine:REngine:jar:2.1.0'
Dependencies