is not current version
Last Version 0.8.2

no.antares:test.data-control 0.6

The project aims to provide components that build on top of dbUnit (http:///www.dbunit.org) to provide export and import of sql database data to json format (http:///www.json.org). With time, I will add more components that is related to controlling test data and speeding up automated tests.

Categories

Categories

Ant Build Tools Data
GroupId

GroupId

no.antares
ArtifactId

ArtifactId

test.data-control
Version

Version

0.6
Type

Type

jar

Download test.data-control 0.6


<!-- https://jarcasting.com/artifacts/no.antares/test.data-control/ -->
<dependency>
    <groupId>no.antares</groupId>
    <artifactId>test.data-control</artifactId>
    <version>0.6</version>
</dependency>
// https://jarcasting.com/artifacts/no.antares/test.data-control/
implementation 'no.antares:test.data-control:0.6'
// https://jarcasting.com/artifacts/no.antares/test.data-control/
implementation ("no.antares:test.data-control:0.6")
'no.antares:test.data-control:jar:0.6'
<dependency org="no.antares" name="test.data-control" rev="0.6">
  <artifact name="test.data-control" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.antares', module='test.data-control', version='0.6')
)
libraryDependencies += "no.antares" % "test.data-control" % "0.6"
[no.antares/test.data-control "0.6"]