l

lift-modules

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