Categories |
CategoriesJUnit Unit Testing |
---|---|
GroupId | GroupIdio.rxmicro |
ArtifactId | ArtifactIdrxmicro-test-dbunit-junit |
Version | Version0.7.3 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.rxmicro/rxmicro-test-dbunit-junit/ -->
<dependency>
<groupId>io.rxmicro</groupId>
<artifactId>rxmicro-test-dbunit-junit</artifactId>
<version>0.7.3</version>
</dependency>
// https://jarcasting.com/artifacts/io.rxmicro/rxmicro-test-dbunit-junit/
implementation 'io.rxmicro:rxmicro-test-dbunit-junit:0.7.3'
// https://jarcasting.com/artifacts/io.rxmicro/rxmicro-test-dbunit-junit/
implementation ("io.rxmicro:rxmicro-test-dbunit-junit:0.7.3")
'io.rxmicro:rxmicro-test-dbunit-junit:jar:0.7.3'
<dependency org="io.rxmicro" name="rxmicro-test-dbunit-junit" rev="0.7.3">
<artifact name="rxmicro-test-dbunit-junit" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.rxmicro', module='rxmicro-test-dbunit-junit', version='0.7.3')
)
libraryDependencies += "io.rxmicro" % "rxmicro-test-dbunit-junit" % "0.7.3"
[io.rxmicro/rxmicro-test-dbunit-junit "0.7.3"]