Last Version

Netty-RPC 1.0.0.RELEASE

A toolkit for RPC using Netty

License

License

Categories

Categories

Net Netty Networking
GroupId

GroupId

com.github.chuanlikecode
ArtifactId

ArtifactId

netty-rpc
Version

Version

1.0.0.RELEASE
Type

Type

jar
Description

Description

Netty-RPC
A toolkit for RPC using Netty
Project URL

Project URL

https://github.com/ChuanLikeCode/netty-rpc
Source Code Management

Source Code Management

https://github.com/ChuanLikeCode/netty-rpc

Download netty-rpc 1.0.0.RELEASE


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

Dependencies

compile (15)

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

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
org.springframework : spring-test jar 5.2.6.RELEASE

Project Modules

There are no modules declared in this project.