f

framework_2.8.1

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.
文件下载
文件名 操作
framework_2.8.1-2.2.pom 下载
Apache Maven
<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>framework_2.8.1</artifactId>
  <version>2.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.liftweb:framework_2.8.1:2.2'
Gradle Kotlin
implementation("net.liftweb:framework_2.8.1:2.2")
Scala SBT
libraryDependencies += "net.liftweb" % "framework_2.8.1" % "2.2"
Groovy Grape
@Grapes(
  @Grab(group='net.liftweb', module='framework_2.8.1', version='2.2')
)
Apache Ivy
<dependency org="net.liftweb" name="framework_2.8.1" rev="2.2" />
Leiningen
[net.liftweb/framework_2.8.1 "2.2"]
Apache Buildr
'net.liftweb:framework_2.8.1:jar:2.2'