MVN

io.thundra.agent : thundra-agent-maven-test-instrumentation

Maven & Gradle

Jul 16, 2021
1 usages

Thundra Agent Maven Test Instrumentation · Thundra Maven instrumenter for Surefire and Failsafe plugins

<dependency>
    <groupId>io.thundra.agent</groupId>
    <artifactId>thundra-agent-maven-test-instrumentation</artifactId>
    <version>0.0.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.thundra.agent : thundra-agent-maven-test-instrumentation to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.4

All Versions

Choose a version of io.thundra.agent : thundra-agent-maven-test-instrumentation to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
thundra-agent-maven-test-instrumentation-0.0.4
thundra-agent-maven-test-instrumentation-0.0.3
thundra-agent-maven-test-instrumentation-0.0.2
thundra-agent-maven-test-instrumentation-0.0.1

How to add a dependency to Maven

Add the following io.thundra.agent : thundra-agent-maven-test-instrumentation maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.thundra.agent</groupId>
    <artifactId>thundra-agent-maven-test-instrumentation</artifactId>
    <version>0.0.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.thundra.agent : thundra-agent-maven-test-instrumentation gradle dependency to your build.gradle file:

implementation 'io.thundra.agent:thundra-agent-maven-test-instrumentation:0.0.4'

Gradle Kotlin DSL: Add the following io.thundra.agent : thundra-agent-maven-test-instrumentation gradle kotlin dependency to your build.gradle.kts file:

implementation("io.thundra.agent:thundra-agent-maven-test-instrumentation:0.0.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.thundra.agent : thundra-agent-maven-test-instrumentation sbt scala dependency to your build.sbt file:

libraryDependencies += "io.thundra.agent" % "thundra-agent-maven-test-instrumentation" % "0.0.4"