MVN

com.teamscale : tia-runlisteners

Maven & Gradle

Aug 21, 2023
16 stars

Teamscale TIA JUnit Run Listeners · JUnit 4 RunListener and JUnit 5 TestExecutionListener to record testwise coverage via the tia-client

<dependency>
    <groupId>com.teamscale</groupId>
    <artifactId>tia-runlisteners</artifactId>
    <version>31.0.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.teamscale : tia-runlisteners to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 31.0.0

All Versions

Choose a version of com.teamscale : tia-runlisteners to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
31.0.x
tia-runlisteners-31.0.0
30.1.x
tia-runlisteners-30.1.1
tia-runlisteners-30.1.0
30.0.x
tia-runlisteners-30.0.2
tia-runlisteners-30.0.1
tia-runlisteners-30.0.0
29.1.x
tia-runlisteners-29.1.3
tia-runlisteners-29.1.2
tia-runlisteners-29.1.1
tia-runlisteners-29.1.0
29.0.x
tia-runlisteners-29.0.0
28.0.x
tia-runlisteners-28.0.0
27.0.x
tia-runlisteners-27.0.1
tia-runlisteners-27.0.0
26.0.x
tia-runlisteners-26.0.2
tia-runlisteners-26.0.1
tia-runlisteners-26.0.0
25.0.x
tia-runlisteners-25.0.0
24.1.x
tia-runlisteners-24.1.1
24.0.x
tia-runlisteners-24.0.1
tia-runlisteners-24.0.0
23.1.x
tia-runlisteners-23.1.1
tia-runlisteners-23.1.0
23.0.x
tia-runlisteners-23.0.0

How to add a dependency to Maven

Add the following com.teamscale : tia-runlisteners maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.teamscale</groupId>
    <artifactId>tia-runlisteners</artifactId>
    <version>31.0.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.teamscale : tia-runlisteners gradle dependency to your build.gradle file:

implementation 'com.teamscale:tia-runlisteners:31.0.0'

Gradle Kotlin DSL: Add the following com.teamscale : tia-runlisteners gradle kotlin dependency to your build.gradle.kts file:

implementation("com.teamscale:tia-runlisteners:31.0.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.teamscale : tia-runlisteners sbt scala dependency to your build.sbt file:

libraryDependencies += "com.teamscale" % "tia-runlisteners" % "31.0.0"

Advertisement