rserve-client

Rserve client implementation

Лицензия

Лицензия

MIT
Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

us.levk
Идентификатор

Идентификатор

rserve-client
Последняя версия

Последняя версия

0.0.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

rserve-client
Rserve client implementation
Ссылка на сайт

Ссылка на сайт

https://github.com/lev-kuznetsov/rserve-client
Система контроля версий

Система контроля версий

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

Скачать rserve-client

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (3)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.apache.tomcat.embed : tomcat-embed-websocket jar 9.0.0.M18

test (3)

Идентификатор библиотеки Тип Версия
commons-io : commons-io jar 2.5
org.mockito : mockito-core jar 2.7.12
junit : junit jar 4.12

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
0.0.3
0.0.2
0.0.1