MVN

net.liftweb : lift-testkit_2.7.7

Maven & Gradle

Jan 05, 2011
426 stars

Lift TestKit · Tool to help creating tests

<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-testkit_2.7.7</artifactId>
    <version>2.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2.2
  • Latest Release Candidate: 2.2-RC6

All Versions

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

Version Vulnerabilities Updated
2.2
lift-testkit_2.7.7-2.2
lift-testkit_2.7.7-2.2-RC6
lift-testkit_2.7.7-2.2-RC5
lift-testkit_2.7.7-2.2-RC4
lift-testkit_2.7.7-2.2-RC3
lift-testkit_2.7.7-2.2-RC2
lift-testkit_2.7.7-2.2-RC1
lift-testkit_2.7.7-2.2-M1
2.1
lift-testkit_2.7.7-2.1
lift-testkit_2.7.7-2.1-RC3
lift-testkit_2.7.7-2.1-RC2
lift-testkit_2.7.7-2.1-RC1
lift-testkit_2.7.7-2.1-M1

How to add a dependency to Maven

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

<dependency>
    <groupId>net.liftweb</groupId>
    <artifactId>lift-testkit_2.7.7</artifactId>
    <version>2.2</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'net.liftweb:lift-testkit_2.7.7:2.2'

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

implementation("net.liftweb:lift-testkit_2.7.7:2.2")

How to add a dependency to SBT Scala

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

libraryDependencies += "net.liftweb" % "lift-testkit_2.7.7" % "2.2"

Advertisement