is not current version
Last Version 1.9.3

io.vlingo.xoom:xoom-wire 1.8.6

Wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, using VLINGO XOOM Actors.

Categories

Categories

Wire Data Data Structures
GroupId

GroupId

io.vlingo.xoom
ArtifactId

ArtifactId

xoom-wire
Version

Version

1.8.6
Type

Type

jar

Download xoom-wire 1.8.6


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