l

lift-base

Base Components for Lift Web Framework.
文件下载
文件名 操作
lift-base-2.0-M1.pom 下载
Apache Maven
<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>lift-base</artifactId>
  <version>2.0-M1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.liftweb:lift-base:2.0-M1'
Gradle Kotlin
implementation("net.liftweb:lift-base:2.0-M1")
Scala SBT
libraryDependencies += "net.liftweb" % "lift-base" % "2.0-M1"
Groovy Grape
@Grapes(
  @Grab(group='net.liftweb', module='lift-base', version='2.0-M1')
)
Apache Ivy
<dependency org="net.liftweb" name="lift-base" rev="2.0-M1" />
Leiningen
[net.liftweb/lift-base "2.0-M1"]
Apache Buildr
'net.liftweb:lift-base:jar:2.0-M1'