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

License

Mozilla Public License 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials