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-1.2.pom download
Apache Maven
<dependency>
  <groupId>com.github.arteam</groupId>
  <artifactId>simple-json-rpc</artifactId>
  <version>1.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.github.arteam:simple-json-rpc:1.2'
Gradle Kotlin
implementation("com.github.arteam:simple-json-rpc:1.2")
Scala SBT
libraryDependencies += "com.github.arteam" % "simple-json-rpc" % "1.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.arteam', module='simple-json-rpc', version='1.2')
)
Apache Ivy
<dependency org="com.github.arteam" name="simple-json-rpc" rev="1.2" />
Leiningen
[com.github.arteam/simple-json-rpc "1.2"]
Apache Buildr
'com.github.arteam:simple-json-rpc:jar:1.2'