| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.quhaodian.jsonrpc |
| ArtifactId | ArtifactIdcore |
| Last Version | Last Version1.03 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionjsonrpc-core
jsonrpc is a lightweight Rpc Framework
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| core-1.03.pom | |
| core-1.03.jar | 61 KB |
| core-1.03-sources.jar | 38 KB |
| core-1.03-javadoc.jar | 224 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.quhaodian.jsonrpc/core/ -->
<dependency>
<groupId>com.quhaodian.jsonrpc</groupId>
<artifactId>core</artifactId>
<version>1.03</version>
</dependency>
// https://jarcasting.com/artifacts/com.quhaodian.jsonrpc/core/
implementation 'com.quhaodian.jsonrpc:core:1.03'
// https://jarcasting.com/artifacts/com.quhaodian.jsonrpc/core/
implementation ("com.quhaodian.jsonrpc:core:1.03")
'com.quhaodian.jsonrpc:core:jar:1.03'
<dependency org="com.quhaodian.jsonrpc" name="core" rev="1.03">
<artifact name="core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.quhaodian.jsonrpc', module='core', version='1.03')
)
libraryDependencies += "com.quhaodian.jsonrpc" % "core" % "1.03"
[com.quhaodian.jsonrpc/core "1.03"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.quhaodian.jsonrpc : annotation | jar | 1.01 |
| com.google.code.gson : gson | jar | 2.2.2 |
| javax.servlet : servlet-api Optional | jar | 2.5 |
| org.slf4j : slf4j-api | jar | 1.7.18 |
| org.slf4j : slf4j-simple | jar | 1.7.18 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | 5.0.5.RELEASE |
| org.springframework : spring-context | jar | 5.0.5.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |