<dependency> <groupId>net.liftweb</groupId> <artifactId>lift-actor</artifactId> <version>2.0-M5</version> </dependency>
implementation 'net.liftweb:lift-actor:2.0-M5'
implementation("net.liftweb:lift-actor:2.0-M5")
libraryDependencies += "net.liftweb" % "lift-actor" % "2.0-M5"
@Grapes( @Grab(group='net.liftweb', module='lift-actor', version='2.0-M5') )
<dependency org="net.liftweb" name="lift-actor" rev="2.0-M5" />
[net.liftweb/lift-actor "2.0-M5"]
'net.liftweb:lift-actor:jar:2.0-M5'
<parent> <groupId>net.liftweb</groupId> <artifactId>lift-base</artifactId> <version>2.0-M5</version> </parent>
compile
|-- net.liftweb:lift-common