d

deepsampler-junit-json

This module provides annotations, to configure json samplers in junit tests.
https://github.com/ppi-ag/deep-sampler
MIT License
ppi
Files download
File Operation
deepsampler-junit-json-2.1.0.jar download
deepsampler-junit-json-2.1.0.pom download
deepsampler-junit-json-2.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>de.ppi</groupId>
  <artifactId>deepsampler-junit-json</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'de.ppi:deepsampler-junit-json:2.1.0'
Gradle Kotlin
implementation("de.ppi:deepsampler-junit-json:2.1.0")
Scala SBT
libraryDependencies += "de.ppi" % "deepsampler-junit-json" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='de.ppi', module='deepsampler-junit-json', version='2.1.0')
)
Apache Ivy
<dependency org="de.ppi" name="deepsampler-junit-json" rev="2.1.0" />
Leiningen
[de.ppi/deepsampler-junit-json "2.1.0"]
Apache Buildr
'de.ppi:deepsampler-junit-json:jar:2.1.0'