d

deepsampler-junit

The base module for supporting various versions of JUnit.
https://github.com/ppi-ag/deep-sampler
MIT License
ppi
Files download
File Operation
deepsampler-junit-1.0.4.jar download
deepsampler-junit-1.0.4.pom download
deepsampler-junit-1.0.4-sources.jar download
Apache Maven
<dependency>
  <groupId>de.ppi</groupId>
  <artifactId>deepsampler-junit</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'de.ppi:deepsampler-junit:1.0.4'
Gradle Kotlin
implementation("de.ppi:deepsampler-junit:1.0.4")
Scala SBT
libraryDependencies += "de.ppi" % "deepsampler-junit" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='de.ppi', module='deepsampler-junit', version='1.0.4')
)
Apache Ivy
<dependency org="de.ppi" name="deepsampler-junit" rev="1.0.4" />
Leiningen
[de.ppi/deepsampler-junit "1.0.4"]
Apache Buildr
'de.ppi:deepsampler-junit:jar:1.0.4'