| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.liftweb |
| ArtifactId | ArtifactIdlift-example_2.7.7 |
| Version | Version2.2-RC5 |
| Type | Typewar |
| Description |
DescriptionLift Standard Example
A set of examples site/webapp
|
| Filename | Size |
|---|---|
| lift-example_2.7.7-2.2-RC5.pom | |
| lift-example_2.7.7-2.2-RC5.war | 17 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-example_2.7.7/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-example_2.7.7</artifactId>
<version>2.2-RC5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-example_2.7.7/
implementation 'net.liftweb:lift-example_2.7.7:2.2-RC5'
// https://jarcasting.com/artifacts/net.liftweb/lift-example_2.7.7/
implementation ("net.liftweb:lift-example_2.7.7:2.2-RC5")
'net.liftweb:lift-example_2.7.7:war:2.2-RC5'
<dependency org="net.liftweb" name="lift-example_2.7.7" rev="2.2-RC5">
<artifact name="lift-example_2.7.7" type="war" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-example_2.7.7', version='2.2-RC5')
)
libraryDependencies += "net.liftweb" % "lift-example_2.7.7" % "2.2-RC5"
[net.liftweb/lift-example_2.7.7 "2.2-RC5"]
| Group / Artifact | Type | Version |
|---|---|---|
| ${project.groupId} » lift-textile_${scala.version} | jar | ${project.version} |
| ${project.groupId} » lift-widgets_${scala.version} | jar | ${project.version} |
| ${project.groupId} » lift-wizard_${scala.version} | jar | ${project.version} |
| Group / Artifact | Type | Version |
|---|---|---|
| javax.servlet : servlet-api | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| com.h2database : h2 | jar | 1.2.138 |
| ch.qos.logback : logback-classic | jar | 0.9.26 |
| org.apache.derby : derby | jar |
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-tools.testing : specs | jar | 1.6.2.1 |
| junit : junit | jar | 4.7 |
| org.mockito : mockito-all | jar | 1.7 |
| org.mortbay.jetty : jetty | jar | 6.1.25 |
| net.sourceforge.jwebunit : jwebunit-htmlunit-plugin | jar | 1.4.1 |