MVN

com.teamscale : teamscale-surefire-provider

Maven & Gradle

Feb 28, 2023
16 stars

Teamscale TIA Maven Surefire provider for JUnit 5 · A Maven Surefire provider that enable test impact analysis for JUnit 5

<dependency>
    <groupId>com.teamscale</groupId>
    <artifactId>teamscale-surefire-provider</artifactId>
    <version>29.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 29.1.3

All Versions

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

Version Vulnerabilities Updated
29.1.x
teamscale-surefire-provider-29.1.3
teamscale-surefire-provider-29.1.2
teamscale-surefire-provider-29.1.1
teamscale-surefire-provider-29.1.0
29.0.x
teamscale-surefire-provider-29.0.0
28.0.x
teamscale-surefire-provider-28.0.0
27.0.x
teamscale-surefire-provider-27.0.1
teamscale-surefire-provider-27.0.0
26.0.x
teamscale-surefire-provider-26.0.2
teamscale-surefire-provider-26.0.1
teamscale-surefire-provider-26.0.0
25.0.x
teamscale-surefire-provider-25.0.0
24.1.x
teamscale-surefire-provider-24.1.1
24.0.x
teamscale-surefire-provider-24.0.1
teamscale-surefire-provider-24.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.teamscale</groupId>
    <artifactId>teamscale-surefire-provider</artifactId>
    <version>29.1.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.teamscale:teamscale-surefire-provider:29.1.3'

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

implementation("com.teamscale:teamscale-surefire-provider:29.1.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.teamscale" % "teamscale-surefire-provider" % "29.1.3"