l

lift-actor

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