is not current version
Last Version 5.3

io.activej:activej-rpc 5.0-rc3

High-performance and fault-tolerant remote procedure call module for building distributed applications. Provides a high-performance asynchronous binary RPC streaming protocol.

Categories

Categories

ActiveJ User Interface Web Frameworks
GroupId

GroupId

io.activej
ArtifactId

ArtifactId

activej-rpc
Version

Version

5.0-rc3
Type

Type

jar

Download activej-rpc 5.0-rc3


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