is not current version
Last Version 0.1.2

pl.chilldev.commons:commons-jsonrpc 0.1.1

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.1.1
Type

Type

jar

Download commons-jsonrpc 0.1.1


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