Categories |
CategoriesSpring Boot Container Microservices JSON Data |
---|---|
GroupId | GroupIdcom.github.krupt |
ArtifactId | ArtifactIdspring-boot-starter-jsonrpc |
Version | Version0.3.1 |
Type | Typejar |
<!-- 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.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.krupt/spring-boot-starter-jsonrpc/
implementation 'com.github.krupt:spring-boot-starter-jsonrpc:0.3.1'
// https://jarcasting.com/artifacts/com.github.krupt/spring-boot-starter-jsonrpc/
implementation ("com.github.krupt:spring-boot-starter-jsonrpc:0.3.1")
'com.github.krupt:spring-boot-starter-jsonrpc:jar:0.3.1'
<dependency org="com.github.krupt" name="spring-boot-starter-jsonrpc" rev="0.3.1">
<artifact name="spring-boot-starter-jsonrpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.krupt', module='spring-boot-starter-jsonrpc', version='0.3.1')
)
libraryDependencies += "com.github.krupt" % "spring-boot-starter-jsonrpc" % "0.3.1"
[com.github.krupt/spring-boot-starter-jsonrpc "0.3.1"]