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