j

json-rpc

A project to make it easier to use json-rpc.
https://github.com/sebastian-toepfer/json-rpc
MIT License
Sebastian Toepfer
文件下载
文件名 操作
json-rpc-0.5.0.pom 下载
Apache Maven
<dependency>
  <groupId>io.github.sebastian-toepfer.json.rpc</groupId>
  <artifactId>json-rpc</artifactId>
  <version>0.5.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.github.sebastian-toepfer.json.rpc:json-rpc:0.5.0'
Gradle Kotlin
implementation("io.github.sebastian-toepfer.json.rpc:json-rpc:0.5.0")
Scala SBT
libraryDependencies += "io.github.sebastian-toepfer.json.rpc" % "json-rpc" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='io.github.sebastian-toepfer.json.rpc', module='json-rpc', version='0.5.0')
)
Apache Ivy
<dependency org="io.github.sebastian-toepfer.json.rpc" name="json-rpc" rev="0.5.0" />
Leiningen
[io.github.sebastian-toepfer.json.rpc/json-rpc "0.5.0"]
Apache Buildr
'io.github.sebastian-toepfer.json.rpc:json-rpc:jar:0.5.0'
本项目依赖
该项目无第三方依赖