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