Download vlingo-actors-0.4.9.jar file - Jar v

Jar examples for v:vlingo-actors

Description

Type safe Actor Model toolkit for reactive concurrency and resiliency using Java and other JVM languages.

You can download jar file vlingo-actors 0.4.9 in this page.

License

Mozilla Public License 2.0

Build File

You can use the following script to add vlingo-actors-0.4.9.jar to your project.

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

Download

Click the following link to download the jar file.

vlingo-actors-0.4.9-javadoc.jar
vlingo-actors-0.4.9-sources.jar
vlingo-actors-0.4.9.jar
vlingo-actors-0.4.9.pom



Related Tutorials