Jar examples for r:Rserve
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.
GNU Lesser General Public License 2.1
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'
Click the following link to download the jar file.
Rserve-0.6-8.1-javadoc.jar