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

com.github.briandilley.jsonrpc4j:jsonrpc4j 1.0

Library for using JSON-RPC with Java

Категории

Категории

JSON Данные
Группа

Группа

com.github.briandilley.jsonrpc4j
Идентификатор

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

jsonrpc4j
Версия

Версия

1.0
Тип

Тип

jar

Скачать jsonrpc4j 1.0


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