is not current version
Last Version 1.6

com.github.briandilley.jsonrpc4j:jsonrpc4j 1.1

Library for using JSON-RPC with Java

Categories

Categories

JSON Data
GroupId

GroupId

com.github.briandilley.jsonrpc4j
ArtifactId

ArtifactId

jsonrpc4j
Version

Version

1.1
Type

Type

jar

Download jsonrpc4j 1.1


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