| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.github.xincao9 |
| ArtifactId | ArtifactIdjsonrpc-core |
| Last Version | Last Version1.2.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjsonrpc-core
high-performance RPC framework.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| jsonrpc-core-1.2.5.pom | |
| jsonrpc-core-1.2.5.jar | 37 KB |
| jsonrpc-core-1.2.5-sources.jar | 31 KB |
| jsonrpc-core-1.2.5-javadoc.jar | 177 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc-core/ -->
<dependency>
<groupId>com.github.xincao9</groupId>
<artifactId>jsonrpc-core</artifactId>
<version>1.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc-core/
implementation 'com.github.xincao9:jsonrpc-core:1.2.5'
// https://jarcasting.com/artifacts/com.github.xincao9/jsonrpc-core/
implementation ("com.github.xincao9:jsonrpc-core:1.2.5")
'com.github.xincao9:jsonrpc-core:jar:1.2.5'
<dependency org="com.github.xincao9" name="jsonrpc-core" rev="1.2.5">
<artifact name="jsonrpc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xincao9', module='jsonrpc-core', version='1.2.5')
)
libraryDependencies += "com.github.xincao9" % "jsonrpc-core" % "1.2.5"
[com.github.xincao9/jsonrpc-core "1.2.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| io.netty : netty-all | jar | 4.1.25.Final |
| com.alibaba : fastjson | jar | 1.2.45 |
| org.slf4j : jcl-over-slf4j | jar | 1.7.25 |
| org.slf4j : jul-to-slf4j | jar | 1.7.25 |
| org.slf4j : log4j-over-slf4j | jar | 1.7.25 |
| org.slf4j : slf4j-api | jar | 1.7.25 |
| org.apache.commons : commons-lang3 | jar | 3.7 |
| commons-codec : commons-codec | jar | 1.11 |
| io.dropwizard.metrics : metrics-core | jar | 4.0.5 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |