License |
License |
---|---|
Categories |
CategoriesWire Data Data Structures |
GroupId | GroupIdio.vlingo.xoom |
ArtifactId | ArtifactIdxoom-wire |
Version | Version1.7.7 |
Type | Typejar |
Description |
Descriptionxoom-wire
Wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, using VLINGO XOOM Actors.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
xoom-wire-1.7.7.pom | |
xoom-wire-1.7.7.jar | 168 KB |
xoom-wire-1.7.7-sources.jar | 93 KB |
xoom-wire-1.7.7-javadoc.jar | 534 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-wire/ -->
<dependency>
<groupId>io.vlingo.xoom</groupId>
<artifactId>xoom-wire</artifactId>
<version>1.7.7</version>
</dependency>
// https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-wire/
implementation 'io.vlingo.xoom:xoom-wire:1.7.7'
// https://jarcasting.com/artifacts/io.vlingo.xoom/xoom-wire/
implementation ("io.vlingo.xoom:xoom-wire:1.7.7")
'io.vlingo.xoom:xoom-wire:jar:1.7.7'
<dependency org="io.vlingo.xoom" name="xoom-wire" rev="1.7.7">
<artifact name="xoom-wire" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.vlingo.xoom', module='xoom-wire', version='1.7.7')
)
libraryDependencies += "io.vlingo.xoom" % "xoom-wire" % "1.7.7"
[io.vlingo.xoom/xoom-wire "1.7.7"]
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar | 3.4.5 |
io.vlingo.xoom : xoom-actors | jar | 1.7.7 |
io.netty : netty-all | jar | 4.1.52.Final |
io.rsocket : rsocket-core | jar | 1.1.0 |
io.rsocket : rsocket-transport-netty | jar | 1.1.0 |
io.projectreactor.addons : reactor-extra | jar | 3.4.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
ch.qos.logback : logback-classic | jar | 1.2.3 |
io.rsocket : rsocket-transport-local | jar | 1.1.0 |