не последняя версия
Последняя версия 2.0.3-release

io.github.brianapple:iRpc 1.0.0-Release

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

Группа

Группа

io.github.brianapple
Идентификатор

Идентификатор

iRpc
Версия

Версия

1.0.0-Release
Тип

Тип

jar

Скачать iRpc 1.0.0-Release

Имя Файла Размер
iRpc-1.0.0-Release.pom
iRpc-1.0.0-Release.jar 110 KB
Обзор

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