l

lift-base_2.8.1

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