Download Rserve-0.6-8.1.jar file - Jar r

Jar examples for r:Rserve

Description

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. This is the java client

You can download jar file Rserve 0.6-8.1 in this page.

License

GNU Lesser General Public License 2.1

Build File

You can use the following script to add Rserve-0.6-8.1.jar to your project.

<dependency>
   <groupId>net.rforge</groupId>
   <artifactId>Rserve</artifactId>
   <version>0.6-8.1</version>
</dependency>
compile group: 'net.rforge', name: 'Rserve', version: '0.6-8.1'
libraryDependencies += "net.rforge" % "Rserve" % "0.6-8.1"
<dependency org="net.rforge" name="Rserve" rev="0.6-8.1"/>
@Grapes(@Grab(group='net.rforge', module='Rserve', version='0.6-8.1'))
'net.rforge:Rserve:jar:0.6-8.1'

Download

Click the following link to download the jar file.

Rserve-0.6-8.1-javadoc.jar
Rserve-0.6-8.1-sources.jar
Rserve-0.6-8.1.jar
Rserve-0.6-8.1.pom



Related Tutorials