c

commons-jsonrpc

Bridge library that helps building JSON-RPC daemons using Netty and JSON-RPC 2.0 Base libraries.
https://chilloutdevelopment.github.io/pl.chilldev.commons/commons-jsonrpc/
Files download
File Operation
commons-jsonrpc-0.1.2.jar download
commons-jsonrpc-0.1.2.pom download
commons-jsonrpc-0.1.2-sources.jar download
Apache Maven
<dependency>
  <groupId>pl.chilldev.commons</groupId>
  <artifactId>commons-jsonrpc</artifactId>
  <version>0.1.2</version>
</dependency>
Gradle Groovy
implementation 'pl.chilldev.commons:commons-jsonrpc:0.1.2'
Gradle Kotlin
implementation("pl.chilldev.commons:commons-jsonrpc:0.1.2")
Scala SBT
libraryDependencies += "pl.chilldev.commons" % "commons-jsonrpc" % "0.1.2"
Groovy Grape
@Grapes(
  @Grab(group='pl.chilldev.commons', module='commons-jsonrpc', version='0.1.2')
)
Apache Ivy
<dependency org="pl.chilldev.commons" name="commons-jsonrpc" rev="0.1.2" />
Leiningen
[pl.chilldev.commons/commons-jsonrpc "0.1.2"]
Apache Buildr
'pl.chilldev.commons:commons-jsonrpc:jar:0.1.2'