is not current version
Last Version 2.0

net.liftweb:lift-common 1.1-M8

Common Interfaces for Lift and perhaps other frameworks

Categories

Categories

Net
GroupId

GroupId

net.liftweb
ArtifactId

ArtifactId

lift-common
Version

Version

1.1-M8
Type

Type

jar

Download lift-common 1.1-M8


<!-- https://jarcasting.com/artifacts/net.liftweb/lift-common/ -->
<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-common</artifactId>
    <version>1.1-M8</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-common/
implementation 'net.liftweb:lift-common:1.1-M8'
// https://jarcasting.com/artifacts/net.liftweb/lift-common/
implementation ("net.liftweb:lift-common:1.1-M8")
'net.liftweb:lift-common:jar:1.1-M8'
<dependency org="net.liftweb" name="lift-common" rev="1.1-M8">
  <artifact name="lift-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-common', version='1.1-M8')
)
libraryDependencies += "net.liftweb" % "lift-common" % "1.1-M8"
[net.liftweb/lift-common "1.1-M8"]