Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-actor |
Version | Version2.0-RC2 |
Type | Typejar |
Filename | Size |
---|---|
lift-actor-2.0-RC2.pom | |
lift-actor-2.0-RC2.jar | 50 KB |
lift-actor-2.0-RC2-sources.jar | 5 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-actor/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-actor</artifactId>
<version>2.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-actor/
implementation 'net.liftweb:lift-actor:2.0-RC2'
// https://jarcasting.com/artifacts/net.liftweb/lift-actor/
implementation ("net.liftweb:lift-actor:2.0-RC2")
'net.liftweb:lift-actor:jar:2.0-RC2'
<dependency org="net.liftweb" name="lift-actor" rev="2.0-RC2">
<artifact name="lift-actor" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-actor', version='2.0-RC2')
)
libraryDependencies += "net.liftweb" % "lift-actor" % "2.0-RC2"
[net.liftweb/lift-actor "2.0-RC2"]