l

lift-common_2.7.7

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