Download vlingo-actors-0.4.7.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.7 in this page.

License

Mozilla Public License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials