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