Vert.x RPC

Wrap eventBus of vert.x 3 as transport layer for RPC invoking

License

License

GroupId

GroupId

as.leap
ArtifactId

ArtifactId

vertx-rpc
Last Version

Last Version

3.3.8
Release Date

Release Date

Type

Type

jar
Description

Description

Vert.x RPC
Wrap eventBus of vert.x 3 as transport layer for RPC invoking

Download vertx-rpc

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.protostuff : protostuff-runtime jar 1.5.2
io.protostuff : protostuff-core jar 1.5.2
io.protostuff : protostuff-json Optional jar 1.5.2

provided (3)

Group / Artifact Type Version
io.vertx : vertx-core jar
io.reactivex : rxjava Optional jar 1.2.1
io.vertx : vertx-codegen jar

test (2)

Group / Artifact Type Version
io.vertx : vertx-unit jar
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
3.3.8
3.3.7
3.3.6
3.3.5
3.3.4
3.3.3
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
3.0.0-RC1