Categories |
CategoriesSpring Boot Container Microservices JSON Data |
---|---|
GroupId | GroupIdcom.github.xincao9 |
ArtifactId | ArtifactIdjsonrpc-spring-boot-starter |
Version | Version1.2.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc-spring-boot-starter/ -->
<dependency>
<groupId>com.github.xincao9</groupId>
<artifactId>jsonrpc-spring-boot-starter</artifactId>
<version>1.2.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc-spring-boot-starter/
implementation 'com.github.xincao9:jsonrpc-spring-boot-starter:1.2.2'
// https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc-spring-boot-starter/
implementation ("com.github.xincao9:jsonrpc-spring-boot-starter:1.2.2")
'com.github.xincao9:jsonrpc-spring-boot-starter:jar:1.2.2'
<dependency org="com.github.xincao9" name="jsonrpc-spring-boot-starter" rev="1.2.2">
<artifact name="jsonrpc-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xincao9', module='jsonrpc-spring-boot-starter', version='1.2.2')
)
libraryDependencies += "com.github.xincao9" % "jsonrpc-spring-boot-starter" % "1.2.2"
[com.github.xincao9/jsonrpc-spring-boot-starter "1.2.2"]