License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdio.datakernel |
ArtifactId | ArtifactIdrpc |
Version | Version1.1.3 |
Type | Typejar |
Description |
DescriptionDataKernel: RPC
High-performance and fault-tolerant remote procedure call module for building distributed applications.
|
Project URL |
Project URL |
Filename | Size |
---|---|
rpc-1.1.3.pom | |
rpc-1.1.3.jar | 86 KB |
rpc-1.1.3-sources.jar | 45 KB |
rpc-1.1.3-javadoc.jar | 258 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.datakernel/rpc/ -->
<dependency>
<groupId>io.datakernel</groupId>
<artifactId>rpc</artifactId>
<version>1.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.datakernel/rpc/
implementation 'io.datakernel:rpc:1.1.3'
// https://jarcasting.com/artifacts/io.datakernel/rpc/
implementation ("io.datakernel:rpc:1.1.3")
'io.datakernel:rpc:jar:1.1.3'
<dependency org="io.datakernel" name="rpc" rev="1.1.3">
<artifact name="rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.datakernel', module='rpc', version='1.1.3')
)
libraryDependencies += "io.datakernel" % "rpc" % "1.1.3"
[io.datakernel/rpc "1.1.3"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.12 |
io.datakernel : eventloop | jar | 1.1.3 |
io.datakernel : serializer | jar | 1.1.3 |
io.datakernel : async-streams | jar | 1.1.3 |
net.jpountz.lz4 : lz4 | jar | 1.3.0 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.1.3 |
junit : junit | jar | 4.12 |