l

lift

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.
http://liftweb.net
the Apache License, ASL Version 2.0
Lift Team
David Pollak Burak Emir philipp.schmidt cwilkes julien.wetterwald leppoc stepan.koltsov Jorge Ortiz Steve Jenson Alex Boisvert OctoberDan Viktor Klang a.k.a. Sevikkla David Bernard Maciek Starzyk Eric Torreborre Marius Danciu Tyler Weir Tim Perrett Derek Chen-Becker Jonas Bonér Heiko Seeberger
Files download
File Operation
lift-1.1-M4.pom download
Apache Maven
<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>lift</artifactId>
  <version>1.1-M4</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.liftweb:lift:1.1-M4'
Gradle Kotlin
implementation("net.liftweb:lift:1.1-M4")
Scala SBT
libraryDependencies += "net.liftweb" % "lift" % "1.1-M4"
Groovy Grape
@Grapes(
  @Grab(group='net.liftweb', module='lift', version='1.1-M4')
)
Apache Ivy
<dependency org="net.liftweb" name="lift" rev="1.1-M4" />
Leiningen
[net.liftweb/lift "1.1-M4"]
Apache Buildr
'net.liftweb:lift:jar:1.1-M4'
Dependencies
The project has no third-party dependencies