s

simple-json-rpc

Base module for simple-json-rpc modules
https://github.com/arteam/simple-json-rpc
MIT License
Artem Prigoda
Files download
File Operation
simple-json-rpc-0.10.pom download
Apache Maven
<dependency>
  <groupId>com.github.arteam</groupId>
  <artifactId>simple-json-rpc</artifactId>
  <version>0.10</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.arteam:simple-json-rpc:0.10'
Gradle Kotlin
implementation("com.github.arteam:simple-json-rpc:0.10")
Scala SBT
libraryDependencies += "com.github.arteam" % "simple-json-rpc" % "0.10"
Groovy Grape
@Grapes(
  @Grab(group='com.github.arteam', module='simple-json-rpc', version='0.10')
)
Apache Ivy
<dependency org="com.github.arteam" name="simple-json-rpc" rev="0.10" />
Leiningen
[com.github.arteam/simple-json-rpc "0.10"]
Apache Buildr
'com.github.arteam:simple-json-rpc:jar:0.10'