l

lift-base_2.8.0

Base Components for Lift Web Framework.
Files download
File Operation
lift-base_2.8.0-2.2-M1.pom download
Apache Maven
<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>lift-base_2.8.0</artifactId>
  <version>2.2-M1</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.liftweb:lift-base_2.8.0:2.2-M1'
Gradle Kotlin
implementation("net.liftweb:lift-base_2.8.0:2.2-M1")
Scala SBT
libraryDependencies += "net.liftweb" % "lift-base_2.8.0" % "2.2-M1"
Groovy Grape
@Grapes(
  @Grab(group='net.liftweb', module='lift-base_2.8.0', version='2.2-M1')
)
Apache Ivy
<dependency org="net.liftweb" name="lift-base_2.8.0" rev="2.2-M1" />
Leiningen
[net.liftweb/lift-base_2.8.0 "2.2-M1"]
Apache Buildr
'net.liftweb:lift-base_2.8.0:jar:2.2-M1'