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.1.jar download
deepsampler-junit-1.0.1.pom download
deepsampler-junit-1.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>de.ppi</groupId>
  <artifactId>deepsampler-junit</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'de.ppi:deepsampler-junit:1.0.1'
Gradle Kotlin
implementation("de.ppi:deepsampler-junit:1.0.1")
Scala SBT
libraryDependencies += "de.ppi" % "deepsampler-junit" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='de.ppi', module='deepsampler-junit', version='1.0.1')
)
Apache Ivy
<dependency org="de.ppi" name="deepsampler-junit" rev="1.0.1" />
Leiningen
[de.ppi/deepsampler-junit "1.0.1"]
Apache Buildr
'de.ppi:deepsampler-junit:jar:1.0.1'