l

lift-actor

An Actor library that's simpler than Scala's
Files download
File Operation
lift-actor-1.1-M3.jar download
lift-actor-1.1-M3.pom download
lift-actor-1.1-M3-sources.jar download
Apache Maven
<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>lift-actor</artifactId>
  <version>1.1-M3</version>
</dependency>
Gradle Groovy
implementation 'net.liftweb:lift-actor:1.1-M3'
Gradle Kotlin
implementation("net.liftweb:lift-actor:1.1-M3")
Scala SBT
libraryDependencies += "net.liftweb" % "lift-actor" % "1.1-M3"
Groovy Grape
@Grapes(
  @Grab(group='net.liftweb', module='lift-actor', version='1.1-M3')
)
Apache Ivy
<dependency org="net.liftweb" name="lift-actor" rev="1.1-M3" />
Leiningen
[net.liftweb/lift-actor "1.1-M3"]
Apache Buildr
'net.liftweb:lift-actor:jar:1.1-M3'