f

framework_2.8.0

Lift is an expressive and elegant framework for writing web applications. Lift stresses the importance of security, maintainability, scalability and performance while allowing for high levels of developer productivity. Lift is a Scala web framework.
Files download
File Operation
framework_2.8.0-2.2-RC3.pom download
Apache Maven
<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>framework_2.8.0</artifactId>
  <version>2.2-RC3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.liftweb:framework_2.8.0:2.2-RC3'
Gradle Kotlin
implementation("net.liftweb:framework_2.8.0:2.2-RC3")
Scala SBT
libraryDependencies += "net.liftweb" % "framework_2.8.0" % "2.2-RC3"
Groovy Grape
@Grapes(
  @Grab(group='net.liftweb', module='framework_2.8.0', version='2.2-RC3')
)
Apache Ivy
<dependency org="net.liftweb" name="framework_2.8.0" rev="2.2-RC3" />
Leiningen
[net.liftweb/framework_2.8.0 "2.2-RC3"]
Apache Buildr
'net.liftweb:framework_2.8.0:jar:2.2-RC3'