is not current version
Last Version 1.9.3

io.vlingo.xoom:xoom-wire 1.7.0

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.7.0
Type

Type

jar

Download xoom-wire 1.7.0


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