| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.xincao9 |
| ArtifactId | ArtifactIdjsonrpc |
| Last Version | Last Version1.2.5 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionjsonrpc
high-performance RPC framework.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jsonrpc-1.2.5.pom | 5 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc/ -->
<dependency>
<groupId>com.github.xincao9</groupId>
<artifactId>jsonrpc</artifactId>
<version>1.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc/
implementation 'com.github.xincao9:jsonrpc:1.2.5'
// https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc/
implementation ("com.github.xincao9:jsonrpc:1.2.5")
'com.github.xincao9:jsonrpc:pom:1.2.5'
<dependency org="com.github.xincao9" name="jsonrpc" rev="1.2.5">
<artifact name="jsonrpc" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.xincao9', module='jsonrpc', version='1.2.5')
)
libraryDependencies += "com.github.xincao9" % "jsonrpc" % "1.2.5"
[com.github.xincao9/jsonrpc "1.2.5"]