l

lift-base_2.8.0

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