l

lift-common_2.7.7

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