jsonrpc-core

jsonrpc is a lightweight Rpc Framework

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.quhaodian.jsonrpc
ArtifactId

ArtifactId

core
Last Version

Last Version

1.03
Release Date

Release Date

Type

Type

jar
Description

Description

jsonrpc-core
jsonrpc is a lightweight Rpc Framework
Project URL

Project URL

https://github.com/cng1985/jsonrpc

Download core

How to add to project

<!-- 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"]

Dependencies

compile (5)

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

provided (2)

Group / Artifact Type Version
org.springframework : spring-web jar 5.0.5.RELEASE
org.springframework : spring-context jar 5.0.5.RELEASE

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
1.03
1.02
1.01