Download lift-actor-1.1-M8.jar file - Jar l

Jar examples for l:lift-actor

Description

An Actor library that's simpler than Scala's

You can download jar file lift-actor 1.1-M8 in this page.

License

Apache License

Build File

You can use the following script to add lift-actor-1.1-M8.jar to your project.

<dependency>
   <groupId>net.liftweb</groupId>
   <artifactId>lift-actor</artifactId>
   <version>1.1-M8</version>
</dependency>
compile group: 'net.liftweb', name: 'lift-actor', version: '1.1-M8'
libraryDependencies += "net.liftweb" % "lift-actor" % "1.1-M8"
<dependency org="net.liftweb" name="lift-actor" rev="1.1-M8"/>
@Grapes(@Grab(group='net.liftweb', module='lift-actor', version='1.1-M8'))
'net.liftweb:lift-actor:jar:1.1-M8'

Download

Click the following link to download the jar file.

lift-actor-1.1-M8-sources.jar
lift-actor-1.1-M8.jar
lift-actor-1.1-M8.pom



Related Tutorials