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