l

lift-parent

Global project parent for Lift Web Framework. Lift is built on Scala, a hybrid Functional and O-O language that compiles code down to the Java Virtual Machine.
http://dev.liftweb.net
Apache License, Version 2.0
WorldWide Conferencing, LLC
David Pollak Burak Emir philipp.schmidt cwilkes julien.wetterwald leppoc stepan.koltsov Jorge Ortiz Steve Jenson Alex Boisvert OctoberDan Viktor Klang a.k.a. Sevikkla David Bernard Maciek Starzyk Eric Torreborre Marius Danciu Tyler Weir Tim Perrett Derek Chen-Becker Jonas Bonér Heiko Seeberger Indrajit Raychaudhuri Joni Freeman Jeppe Nejsum Madsen Ross Mellgren Jon Hoffman Naftoli Gugenheim Kris Nuttycombe James Strachan Tim Nelson
Files download
File Operation
lift-parent-2.0.pom download
Apache Maven
<dependency>
  <groupId>net.liftweb</groupId>
  <artifactId>lift-parent</artifactId>
  <version>2.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'net.liftweb:lift-parent:2.0'
Gradle Kotlin
implementation("net.liftweb:lift-parent:2.0")
Scala SBT
libraryDependencies += "net.liftweb" % "lift-parent" % "2.0"
Groovy Grape
@Grapes(
  @Grab(group='net.liftweb', module='lift-parent', version='2.0')
)
Apache Ivy
<dependency org="net.liftweb" name="lift-parent" rev="2.0" />
Leiningen
[net.liftweb/lift-parent "2.0"]
Apache Buildr
'net.liftweb:lift-parent:jar:2.0'
Dependencies
The project has no third-party dependencies