<dependency> <groupId>de.ppi</groupId> <artifactId>deepsampler-junit4</artifactId> <version>1.0.1</version> </dependency>
implementation 'de.ppi:deepsampler-junit4:1.0.1'
implementation("de.ppi:deepsampler-junit4:1.0.1")
libraryDependencies += "de.ppi" % "deepsampler-junit4" % "1.0.1"
@Grapes( @Grab(group='de.ppi', module='deepsampler-junit4', version='1.0.1') )
<dependency org="de.ppi" name="deepsampler-junit4" rev="1.0.1" />
[de.ppi/deepsampler-junit4 "1.0.1"]
'de.ppi:deepsampler-junit4:jar:1.0.1'
runtime
|-- junit:junit:4.13
|-- de.ppi:deepsampler-core:1.0.1
|-- de.ppi:deepsampler-persistence:1.0.1
|-- de.ppi:deepsampler-persistence-json:1.0.1
|-- de.ppi:deepsampler-junit:1.0.1