t

thundra-agent-maven-test-instrumentation

Thundra Maven instrumenter for Surefire and Failsafe plugins
https://github.com/thundra-io/thundra-maven-test-instrumentation
The Apache License, Version 2.0
Oğuzhan Özdemir Serkan Özal
文件下载
文件名 操作
thundra-agent-maven-test-instrumentation-0.1.1.jar 下载
thundra-agent-maven-test-instrumentation-0.1.1.pom 下载
thundra-agent-maven-test-instrumentation-0.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.thundra.plugin</groupId>
  <artifactId>thundra-agent-maven-test-instrumentation</artifactId>
  <version>0.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.thundra.plugin:thundra-agent-maven-test-instrumentation:0.1.1'
Gradle Kotlin
implementation("io.thundra.plugin:thundra-agent-maven-test-instrumentation:0.1.1")
Scala SBT
libraryDependencies += "io.thundra.plugin" % "thundra-agent-maven-test-instrumentation" % "0.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.thundra.plugin', module='thundra-agent-maven-test-instrumentation', version='0.1.1')
)
Apache Ivy
<dependency org="io.thundra.plugin" name="thundra-agent-maven-test-instrumentation" rev="0.1.1" />
Leiningen
[io.thundra.plugin/thundra-agent-maven-test-instrumentation "0.1.1"]
Apache Buildr
'io.thundra.plugin:thundra-agent-maven-test-instrumentation:jar:0.1.1'