l

lift-modules

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