l

lift-common_2.8.0

Common Interfaces for Lift and perhaps other frameworks
Files download
File Operation
lift-common_2.8.0-2.2-RC2.jar download
lift-common_2.8.0-2.2-RC2.pom download
lift-common_2.8.0-2.2-RC2-sources.jar download
Apache Maven
<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>lift-common_2.8.0</artifactId>
  <version>2.2-RC2</version>
</dependency>
Gradle Groovy
implementation 'net.liftweb:lift-common_2.8.0:2.2-RC2'
Gradle Kotlin
implementation("net.liftweb:lift-common_2.8.0:2.2-RC2")
Scala SBT
libraryDependencies += "net.liftweb" % "lift-common_2.8.0" % "2.2-RC2"
Groovy Grape
@Grapes(
  @Grab(group='net.liftweb', module='lift-common_2.8.0', version='2.2-RC2')
)
Apache Ivy
<dependency org="net.liftweb" name="lift-common_2.8.0" rev="2.2-RC2" />
Leiningen
[net.liftweb/lift-common_2.8.0 "2.2-RC2"]
Apache Buildr
'net.liftweb:lift-common_2.8.0:jar:2.2-RC2'