Download vlingo-wire-0.3.5.jar file - Jar v

Jar examples for v:vlingo-wire

Description

Wire protocol messaging implementations, such as with full-duplex TCP and UDP multicast, using vlingo/actors.

You can download jar file vlingo-wire 0.3.5 in this page.

License

Mozilla Public License 2.0

Build File

You can use the following script to add vlingo-wire-0.3.5.jar to your project.

<dependency>
   <groupId>io.vlingo</groupId>
   <artifactId>vlingo-wire</artifactId>
   <version>0.3.5</version>
</dependency>
compile group: 'io.vlingo', name: 'vlingo-wire', version: '0.3.5'
libraryDependencies += "io.vlingo" % "vlingo-wire" % "0.3.5"
<dependency org="io.vlingo" name="vlingo-wire" rev="0.3.5"/>
@Grapes(@Grab(group='io.vlingo', module='vlingo-wire', version='0.3.5'))
'io.vlingo:vlingo-wire:jar:0.3.5'

Download

Click the following link to download the jar file.

vlingo-wire-0.3.5-javadoc.jar
vlingo-wire-0.3.5-sources.jar
vlingo-wire-0.3.5.jar
vlingo-wire-0.3.5.pom



Related Tutorials