is not current version
Last Version 1.3

com.github.arteam:simple-json-rpc-server 1.1

Server implementation of JSON-RPC 2.0

Categories

Categories

JSON Data
GroupId

GroupId

com.github.arteam
ArtifactId

ArtifactId

simple-json-rpc-server
Version

Version

1.1
Type

Type

jar

Download simple-json-rpc-server 1.1


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