is not current version
Last Version 1.1.3

io.datakernel:rpc 1.0

High-performance and fault-tolerant remote procedure call module for building distributed applications.

Categories

Categories

Data
GroupId

GroupId

io.datakernel
ArtifactId

ArtifactId

rpc
Version

Version

1.0
Type

Type

jar

Download rpc 1.0


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