License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.liftweb |
ArtifactId | ArtifactIdlift-testkit |
Last Version | Last Version2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionLift TestKit
Tool to help creating tests
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
lift-testkit-2.0.pom | |
lift-testkit-2.0.jar | 164 KB |
lift-testkit-2.0-sources.jar | 14 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.liftweb/lift-testkit/ -->
<dependency>
<groupId>net.liftweb</groupId>
<artifactId>lift-testkit</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.liftweb/lift-testkit/
implementation 'net.liftweb:lift-testkit:2.0'
// https://jarcasting.com/artifacts/net.liftweb/lift-testkit/
implementation ("net.liftweb:lift-testkit:2.0")
'net.liftweb:lift-testkit:jar:2.0'
<dependency org="net.liftweb" name="lift-testkit" rev="2.0">
<artifact name="lift-testkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.liftweb', module='lift-testkit', version='2.0')
)
libraryDependencies += "net.liftweb" % "lift-testkit" % "2.0"
[net.liftweb/lift-testkit "2.0"]
Group / Artifact | Type | Version |
---|---|---|
net.liftweb : lift-util | jar | 2.0 |
commons-httpclient : commons-httpclient | jar | 3.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.scala-tools.testing : specs | jar | 1.6.1 |
org.scala-tools.testing : scalacheck | jar | 1.6 |
junit : junit | jar | 4.7 |