| License |
License |
|---|---|
| Categories |
CategoriesNet Netty Networking |
| GroupId | GroupIdcom.github.chuanlikecode |
| ArtifactId | ArtifactIdnetty-rpc |
| Last Version | Last Version1.0.0.RELEASE |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionNetty-RPC
A toolkit for RPC using Netty
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| netty-rpc-1.0.0.RELEASE.pom | |
| netty-rpc-1.0.0.RELEASE.jar | 69 KB |
| netty-rpc-1.0.0.RELEASE-sources.jar | 48 KB |
| netty-rpc-1.0.0.RELEASE-javadoc.jar | 311 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.chuanlikecode/netty-rpc/ -->
<dependency>
<groupId>com.github.chuanlikecode</groupId>
<artifactId>netty-rpc</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.chuanlikecode/netty-rpc/
implementation 'com.github.chuanlikecode:netty-rpc:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/com.github.chuanlikecode/netty-rpc/
implementation ("com.github.chuanlikecode:netty-rpc:1.0.0.RELEASE")
'com.github.chuanlikecode:netty-rpc:jar:1.0.0.RELEASE'
<dependency org="com.github.chuanlikecode" name="netty-rpc" rev="1.0.0.RELEASE">
<artifact name="netty-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.chuanlikecode', module='netty-rpc', version='1.0.0.RELEASE')
)
libraryDependencies += "com.github.chuanlikecode" % "netty-rpc" % "1.0.0.RELEASE"
[com.github.chuanlikecode/netty-rpc "1.0.0.RELEASE"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-autoconfigure | jar | 2.3.3.RELEASE |
| org.springframework.boot : spring-boot-configuration-processor Optional | jar | 2.3.3.RELEASE |
| org.slf4j : slf4j-log4j12 | jar | 1.7.7 |
| org.springframework : spring-context | jar | 5.2.6.RELEASE |
| io.netty : netty-all | jar | 4.1.42.Final |
| com.google.guava : guava | jar | 29.0-jre |
| com.esotericsoftware : kryo-shaded | jar | 4.0.2 |
| org.apache.curator : curator-framework | jar | 2.13.0 |
| org.apache.curator : curator-recipes | jar | 2.13.0 |
| org.apache.commons : commons-collections4 | jar | 4.1 |
| org.objenesis : objenesis | jar | 2.1 |
| cglib : cglib | jar | 3.1 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.12.1 |
| com.fasterxml.jackson.core : jackson-core | jar | 2.12.1 |
| cn.hutool : hutool-all | jar | 5.3.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| org.springframework : spring-test | jar | 5.2.6.RELEASE |