MVN

net.liftweb : lift-testkit

Maven & Gradle

Jun 29, 2010

Lift TestKit · Tool to help creating tests

<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-testkit</artifactId>
    <version>2.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.liftweb : lift-testkit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0
  • Latest Release Candidate: 2.0-RC2

All Versions

Choose a version of net.liftweb : lift-testkit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0
lift-testkit-2.0
lift-testkit-2.0-RC2
lift-testkit-2.0-RC1
lift-testkit-2.0-M5
lift-testkit-2.0-M4
lift-testkit-2.0-M3
lift-testkit-2.0-M2
lift-testkit-2.0-M1
1.1
lift-testkit-1.1-M8
lift-testkit-1.1-M7
lift-testkit-1.1-M6
lift-testkit-1.1-M5
lift-testkit-1.1-M4
lift-testkit-1.1-M3
lift-testkit-1.1-M1
1.0.x
lift-testkit-1.0.3
lift-testkit-1.0.2
lift-testkit-1.0.1
1.0
lift-testkit-1.0
0.10
lift-testkit-0.10
0.9
lift-testkit-0.9
0.8
lift-testkit-0.8
0.7
lift-testkit-0.7

How to add a dependency to Maven

Add the following net.liftweb : lift-testkit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-testkit</artifactId>
    <version>2.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.liftweb : lift-testkit gradle dependency to your build.gradle file:

implementation 'net.liftweb:lift-testkit:2.0'

Gradle Kotlin DSL: Add the following net.liftweb : lift-testkit gradle kotlin dependency to your build.gradle.kts file:

implementation("net.liftweb:lift-testkit:2.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.liftweb : lift-testkit sbt scala dependency to your build.sbt file:

libraryDependencies += "net.liftweb" % "lift-testkit" % "2.0"

Advertisement