Last Version

iRpc 2.0.3-release

iRpc为一款基于netty实现的轻量级高性能rpc框架

License

License

GroupId

GroupId

io.github.brianapple
ArtifactId

ArtifactId

iRpc
Version

Version

2.0.3-release
Type

Type

jar
Description

Description

iRpc
iRpc为一款基于netty实现的轻量级高性能rpc框架
Source Code Management

Source Code Management

https://github.com/BrianApple/iRpc

Download iRpc 2.0.3-release


<!-- https://jarcasting.com/artifacts/io.github.brianapple/iRpc/ -->
<dependency>
    <groupId>io.github.brianapple</groupId>
    <artifactId>iRpc</artifactId>
    <version>2.0.3-release</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.brianapple/iRpc/
implementation 'io.github.brianapple:iRpc:2.0.3-release'
// https://jarcasting.com/artifacts/io.github.brianapple/iRpc/
implementation ("io.github.brianapple:iRpc:2.0.3-release")
'io.github.brianapple:iRpc:jar:2.0.3-release'
<dependency org="io.github.brianapple" name="iRpc" rev="2.0.3-release">
  <artifact name="iRpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.brianapple', module='iRpc', version='2.0.3-release')
)
libraryDependencies += "io.github.brianapple" % "iRpc" % "2.0.3-release"
[io.github.brianapple/iRpc "2.0.3-release"]

Dependencies

compile (11)

Group / Artifact Type Version
io.netty : netty-all jar 4.1.25.Final
io.protostuff : protostuff-core jar 1.7.0
io.protostuff : protostuff-runtime jar 1.7.0
org.objenesis : objenesis jar 2.1
org.slf4j : slf4j-api jar 1.7.21
ch.qos.logback : logback-core jar 1.1.7
ch.qos.logback : logback-classic jar 1.1.7
com.github.ben-manes.caffeine : caffeine jar 2.8.8
org.yaml : snakeyaml jar 1.17
com.beust : jcommander jar 1.78
com.alibaba : fastjson jar 1.2.75

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.