Files download
File Operation
jsonrpc-bind-0.5.4.jar download
jsonrpc-bind-0.5.4.pom download
jsonrpc-bind-0.5.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.jinahya</groupId>
  <artifactId>jsonrpc-bind</artifactId>
  <version>0.5.4</version>
</dependency>
Gradle Groovy
implementation 'com.github.jinahya:jsonrpc-bind:0.5.4'
Gradle Kotlin
implementation("com.github.jinahya:jsonrpc-bind:0.5.4")
Scala SBT
libraryDependencies += "com.github.jinahya" % "jsonrpc-bind" % "0.5.4"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jinahya', module='jsonrpc-bind', version='0.5.4')
)
Apache Ivy
<dependency org="com.github.jinahya" name="jsonrpc-bind" rev="0.5.4" />
Leiningen
[com.github.jinahya/jsonrpc-bind "0.5.4"]
Apache Buildr
'com.github.jinahya:jsonrpc-bind:jar:0.5.4'