MVN

org.testingisdocumenting.webtau : webtau-termui

Maven & Gradle

Aug 17, 2023
313 stars

Terminal UI · display test states and progress using terminal UI

<dependency>
    <groupId>org.testingisdocumenting.webtau</groupId>
    <artifactId>webtau-termui</artifactId>
    <version>2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testingisdocumenting.webtau : webtau-termui to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1

All Versions

Choose a version of org.testingisdocumenting.webtau : webtau-termui to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
webtau-termui-2.1
2.0
webtau-termui-2.0
1.53
webtau-termui-1.53
1.52.x
webtau-termui-1.52.1
1.52
webtau-termui-1.52
1.51
webtau-termui-1.51
1.50
webtau-termui-1.50
1.49
webtau-termui-1.49
1.48
webtau-termui-1.48

How to add a dependency to Maven

Add the following org.testingisdocumenting.webtau : webtau-termui maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.testingisdocumenting.webtau</groupId>
    <artifactId>webtau-termui</artifactId>
    <version>2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.testingisdocumenting.webtau : webtau-termui gradle dependency to your build.gradle file:

implementation 'org.testingisdocumenting.webtau:webtau-termui:2.1'

Gradle Kotlin DSL: Add the following org.testingisdocumenting.webtau : webtau-termui gradle kotlin dependency to your build.gradle.kts file:

implementation("org.testingisdocumenting.webtau:webtau-termui:2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.testingisdocumenting.webtau : webtau-termui sbt scala dependency to your build.sbt file:

libraryDependencies += "org.testingisdocumenting.webtau" % "webtau-termui" % "2.1"

Advertisement