is not current version
Last Version 0.1.2

pl.chilldev.commons:commons-jsonrpc 0.0.4

Bridge library that helps building JSON-RPC daemons using Apache MINA and JSON-RPC 2.0 Base libraries.

Categories

Categories

JSON Data
GroupId

GroupId

pl.chilldev.commons
ArtifactId

ArtifactId

commons-jsonrpc
Version

Version

0.0.4
Type

Type

jar

Download commons-jsonrpc 0.0.4


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