License |
License |
---|---|
GroupId | GroupIdcn.imaq |
ArtifactId | ArtifactIdautumn-rpc-core |
Version | Version2020.10 |
Type | Typejar |
Description |
Descriptionautumn-rpc-core
Lightweight cross-language HTTP RPC framework
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
autumn-rpc-core-2020.10.pom | |
autumn-rpc-core-2020.10.jar | 16 KB |
autumn-rpc-core-2020.10-sources.jar | 6 KB |
autumn-rpc-core-2020.10-javadoc.jar | 56 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.imaq/autumn-rpc-core/ -->
<dependency>
<groupId>cn.imaq</groupId>
<artifactId>autumn-rpc-core</artifactId>
<version>2020.10</version>
</dependency>
// https://jarcasting.com/artifacts/cn.imaq/autumn-rpc-core/
implementation 'cn.imaq:autumn-rpc-core:2020.10'
// https://jarcasting.com/artifacts/cn.imaq/autumn-rpc-core/
implementation ("cn.imaq:autumn-rpc-core:2020.10")
'cn.imaq:autumn-rpc-core:jar:2020.10'
<dependency org="cn.imaq" name="autumn-rpc-core" rev="2020.10">
<artifact name="autumn-rpc-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.imaq', module='autumn-rpc-core', version='2020.10')
)
libraryDependencies += "cn.imaq" % "autumn-rpc-core" % "2020.10"
[cn.imaq/autumn-rpc-core "2020.10"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.26 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.9.8 |
com.alibaba : hessian-lite | jar | 3.2.5 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.testng : testng | jar | 6.14.3 |