License |
License |
---|---|
Categories |
CategoriesActiveJ User Interface Web Frameworks |
GroupId | GroupIdio.activej |
ArtifactId | ArtifactIdactivej-rpc |
Version | Version5.0-beta1 |
Type | Typejar |
Description |
DescriptionActiveJ : RPC
High-performance and fault-tolerant remote procedure call module for building distributed applications.
Provides a high-performance asynchronous binary RPC streaming protocol.
|
Filename | Size |
---|---|
activej-rpc-5.0-beta1.pom | |
activej-rpc-5.0-beta1.jar | 88 KB |
activej-rpc-5.0-beta1-sources.jar | 50 KB |
activej-rpc-5.0-beta1-javadoc.jar | 616 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.activej/activej-rpc/ -->
<dependency>
<groupId>io.activej</groupId>
<artifactId>activej-rpc</artifactId>
<version>5.0-beta1</version>
</dependency>
// https://jarcasting.com/artifacts/io.activej/activej-rpc/
implementation 'io.activej:activej-rpc:5.0-beta1'
// https://jarcasting.com/artifacts/io.activej/activej-rpc/
implementation ("io.activej:activej-rpc:5.0-beta1")
'io.activej:activej-rpc:jar:5.0-beta1'
<dependency org="io.activej" name="activej-rpc" rev="5.0-beta1">
<artifact name="activej-rpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.activej', module='activej-rpc', version='5.0-beta1')
)
libraryDependencies += "io.activej" % "activej-rpc" % "5.0-beta1"
[io.activej/activej-rpc "5.0-beta1"]
Group / Artifact | Type | Version |
---|---|---|
io.activej : activej-net | jar | 5.0-beta1 |
io.activej : activej-datastream | jar | 5.0-beta1 |
io.activej : activej-jmxapi Optional | jar | 5.0-beta1 |
org.jetbrains : annotations | jar | 17.0.0 |
org.slf4j : slf4j-api | jar | 1.7.29 |
Group / Artifact | Type | Version |
---|---|---|
io.activej : activej-test | jar | 5.0-beta1 |
org.lz4 : lz4-java | jar | 1.5.0 |
junit : junit | jar | 4.13.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
org.jmock : jmock-junit4 | jar | 2.8.1 |