Download actors-0.6.1.jar file - Jar a

Jar examples for a:actors

Description

DroidKit Actors is simple actor model implementation for java and Android

You can download jar file actors 0.6.1 in this page.

License

The MIT License (MIT)

Build File

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

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

Download

Click the following link to download the jar file.

actors-0.6.1-javadoc.jar
actors-0.6.1-sources.jar
actors-0.6.1.jar
actors-0.6.1.pom



Related Tutorials