rserve-client

Rserve client implementation

License

License

MIT
Categories

Categories

CLI User Interface
GroupId

GroupId

us.levk
ArtifactId

ArtifactId

rserve-client
Last Version

Last Version

0.0.3
Release Date

Release Date

Type

Type

jar
Description

Description

rserve-client
Rserve client implementation
Project URL

Project URL

https://github.com/lev-kuznetsov/rserve-client
Source Code Management

Source Code Management

https://github.com/lev-kuznetsov/rserve-client

Download rserve-client

How to add to project

<!-- https://jarcasting.com/artifacts/us.levk/rserve-client/ -->
<dependency>
    <groupId>us.levk</groupId>
    <artifactId>rserve-client</artifactId>
    <version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/us.levk/rserve-client/
implementation 'us.levk:rserve-client:0.0.3'
// https://jarcasting.com/artifacts/us.levk/rserve-client/
implementation ("us.levk:rserve-client:0.0.3")
'us.levk:rserve-client:jar:0.0.3'
<dependency org="us.levk" name="rserve-client" rev="0.0.3">
  <artifact name="rserve-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='us.levk', module='rserve-client', version='0.0.3')
)
libraryDependencies += "us.levk" % "rserve-client" % "0.0.3"
[us.levk/rserve-client "0.0.3"]

Dependencies

compile (3)

Group / Artifact Type Version
javax.websocket : javax.websocket-api jar 1.1
us.levk : jackson-dataformat-rserve jar 0.0.2
com.fasterxml.jackson.core : jackson-databind jar 2.8.6

runtime (1)

Group / Artifact Type Version
org.apache.tomcat.embed : tomcat-embed-websocket jar 9.0.0.M18

test (3)

Group / Artifact Type Version
commons-io : commons-io jar 2.5
org.mockito : mockito-core jar 2.7.12
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Build Status Coverage Status Maven Central Codacy Badge

rserve-client

Java client for the Rserve server. This is an alternative to the client shipped by the package maintainers themselves. At the moment the client implements the websocket mode only, example Rserve server configuration can be found here. Check out some examples.

Versions

Version
0.0.3
0.0.2
0.0.1