License |
License |
---|---|
GroupId | GroupIdorg.rosuda.REngine |
ArtifactId | ArtifactIdREngine |
Last Version | Last Version2.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionREngine Java interface to R
REngine API to access R from Java in a backend-independent way.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
REngine-2.1.0.pom | |
REngine-2.1.0.jar | 38 KB |
REngine-2.1.0-sources.jar | 34 KB |
REngine-2.1.0-javadoc.jar | 215 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.rosuda.REngine/REngine/ -->
<dependency>
<groupId>org.rosuda.REngine</groupId>
<artifactId>REngine</artifactId>
<version>2.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.rosuda.REngine/REngine/
implementation 'org.rosuda.REngine:REngine:2.1.0'
// https://jarcasting.com/artifacts/org.rosuda.REngine/REngine/
implementation ("org.rosuda.REngine:REngine:2.1.0")
'org.rosuda.REngine:REngine:jar:2.1.0'
<dependency org="org.rosuda.REngine" name="REngine" rev="2.1.0">
<artifact name="REngine" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.rosuda.REngine', module='REngine', version='2.1.0')
)
libraryDependencies += "org.rosuda.REngine" % "REngine" % "2.1.0"
[org.rosuda.REngine/REngine "2.1.0"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.1 |