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