is not current version
Last Version 1.1.0

com.github.krupt:spring-boot-starter-jsonrpc 0.2.0

Spring module for JSON-RPC

Categories

Categories

Spring Boot Container Microservices JSON Data
GroupId

GroupId

com.github.krupt
ArtifactId

ArtifactId

spring-boot-starter-jsonrpc
Version

Version

0.2.0
Type

Type

jar

Download spring-boot-starter-jsonrpc 0.2.0


<!-- https://jarcasting.com/artifacts/com.github.krupt/spring-boot-starter-jsonrpc/ -->
<dependency>
    <groupId>com.github.krupt</groupId>
    <artifactId>spring-boot-starter-jsonrpc</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krupt/spring-boot-starter-jsonrpc/
implementation 'com.github.krupt:spring-boot-starter-jsonrpc:0.2.0'
// https://jarcasting.com/artifacts/com.github.krupt/spring-boot-starter-jsonrpc/
implementation ("com.github.krupt:spring-boot-starter-jsonrpc:0.2.0")
'com.github.krupt:spring-boot-starter-jsonrpc:jar:0.2.0'
<dependency org="com.github.krupt" name="spring-boot-starter-jsonrpc" rev="0.2.0">
  <artifact name="spring-boot-starter-jsonrpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krupt', module='spring-boot-starter-jsonrpc', version='0.2.0')
)
libraryDependencies += "com.github.krupt" % "spring-boot-starter-jsonrpc" % "0.2.0"
[com.github.krupt/spring-boot-starter-jsonrpc "0.2.0"]