License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-webkit |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLift WebKit
Tool Kit to create webapp with lift framework
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lift-webkit-2.0.pom | |
lift-webkit-2.0.jar | 3 MB |
lift-webkit-2.0-sources.jar | 500 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-webkit/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-webkit</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-webkit/
implementation 'net.liftweb:lift-webkit:2.0'
// https://jarcasting.com/artifacts/net.liftweb/lift-webkit/
implementation ("net.liftweb:lift-webkit:2.0")
'net.liftweb:lift-webkit:jar:2.0'
<dependency org="net.liftweb" name="lift-webkit" rev="2.0">
<artifact name="lift-webkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-webkit', version='2.0')
)
libraryDependencies += "net.liftweb" % "lift-webkit" % "2.0"
[net.liftweb/lift-webkit "2.0"]
Group / Artifact | Type | Version |
---|---|---|
net.liftweb : lift-util | jar | 2.0 |
net.liftweb : lift-json | jar | 2.0 |
commons-fileupload : commons-fileupload | jar | 1.2.1 |
org.scala-lang : scala-library | jar | 2.7.7 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.mortbay.jetty : jetty | jar | [6.1.6,7.0) |
net.sourceforge.jwebunit : jwebunit-htmlunit-plugin | jar | 2.2 |
org.scala-tools.testing : specs | jar | 1.6.1 |
org.scala-tools.testing : scalacheck | jar | 1.6 |
junit : junit | jar | 4.7 |