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