j

jsonrpc-bind-jackson

Types for binding JSON-RPC 2.0 Objects with Jackson
https://github.com/jinahya/${project.artifactId}
Apache License, Version 2.0
Jinahya, Inc.
文件下载
文件名 操作
jsonrpc-bind-jackson-0.1.0.jar 下载
jsonrpc-bind-jackson-0.1.0.pom 下载
jsonrpc-bind-jackson-0.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.github.jinahya</groupId>
  <artifactId>jsonrpc-bind-jackson</artifactId>
  <version>0.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.jinahya:jsonrpc-bind-jackson:0.1.0'
Gradle Kotlin
implementation("com.github.jinahya:jsonrpc-bind-jackson:0.1.0")
Scala SBT
libraryDependencies += "com.github.jinahya" % "jsonrpc-bind-jackson" % "0.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.jinahya', module='jsonrpc-bind-jackson', version='0.1.0')
)
Apache Ivy
<dependency org="com.github.jinahya" name="jsonrpc-bind-jackson" rev="0.1.0" />
Leiningen
[com.github.jinahya/jsonrpc-bind-jackson "0.1.0"]
Apache Buildr
'com.github.jinahya:jsonrpc-bind-jackson:jar:0.1.0'