is not current version
Last Version 2.0.3-release

io.github.brianapple:iRpc 2.0.2-Release

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

GroupId

GroupId

io.github.brianapple
ArtifactId

ArtifactId

iRpc
Version

Version

2.0.2-Release
Type

Type

jar

Download iRpc 2.0.2-Release


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