is not current version
Last Version 2.0

net.liftweb:lift-actor 1.1-M7

An Actor library that's simpler than Scala's

Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-actor
Version

Version

1.1-M7
Type

Type

jar

Download lift-actor 1.1-M7


<!-- https://jarcasting.com/artifacts/net.liftweb/lift-actor/ -->
<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-actor</artifactId>
    <version>1.1-M7</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-actor/
implementation 'net.liftweb:lift-actor:1.1-M7'
// https://jarcasting.com/artifacts/net.liftweb/lift-actor/
implementation ("net.liftweb:lift-actor:1.1-M7")
'net.liftweb:lift-actor:jar:1.1-M7'
<dependency org="net.liftweb" name="lift-actor" rev="1.1-M7">
  <artifact name="lift-actor" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-actor', version='1.1-M7')
)
libraryDependencies += "net.liftweb" % "lift-actor" % "1.1-M7"
[net.liftweb/lift-actor "1.1-M7"]