| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools Data |
| GroupId | GroupIdno.antares |
| ArtifactId | ArtifactIdtest.data-control |
| Last Version | Last Version0.8.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionxstream-dbunit
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.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| test.data-control-0.8.2.pom | |
| test.data-control-0.8.2.jar | 90 KB |
| test.data-control-0.8.2-sources.jar | 23 KB |
| test.data-control-0.8.2-dist.zip | 131 KB |
| test.data-control-0.8.2-dist.tar.gz | 106 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/no.antares/test.data-control/ -->
<dependency>
<groupId>no.antares</groupId>
<artifactId>test.data-control</artifactId>
<version>0.8.2</version>
</dependency>
// https://jarcasting.com/artifacts/no.antares/test.data-control/
implementation 'no.antares:test.data-control:0.8.2'
// https://jarcasting.com/artifacts/no.antares/test.data-control/
implementation ("no.antares:test.data-control:0.8.2")
'no.antares:test.data-control:jar:0.8.2'
<dependency org="no.antares" name="test.data-control" rev="0.8.2">
<artifact name="test.data-control" type="jar" />
</dependency>
@Grapes(
@Grab(group='no.antares', module='test.data-control', version='0.8.2')
)
libraryDependencies += "no.antares" % "test.data-control" % "0.8.2"
[no.antares/test.data-control "0.8.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.scala-lang : scala-library | jar | 2.9.0.RC5 |
| org.dbunit : dbunit | jar | 2.4.8 |
| org.apache.ant : ant | jar | 1.8.2 |
| com.thoughtworks.xstream : xstream | jar | 1.3.1 |
| org.codehaus.jettison : jettison | jar | 1.3 |
| commons-lang : commons-lang | jar | 2.3 |
| org.apache.commons : commons-io | jar | 1.3.2 |
| commons-digester : commons-digester | jar | 2.1 |
| commons-logging : commons-logging | jar | 1.1.1 |
| org.apache.derby : derbytools | jar | 10.8.1.2 |
| org.apache.derby : derby | jar | 10.8.1.2 |
| net.sourceforge.jtds : jtds | jar | 1.2.4 |
| org.springframework : spring-jdbc | jar | 3.1.1.RELEASE |
| log4j : log4j | jar | 1.2.14 |
| org.slf4j : slf4j-log4j12 | jar | 1.5.6 |
| xerces : xercesImpl | jar | 2.7.1 |
| xalan : xalan | jar | 2.7.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.10 |
| org.hamcrest : hamcrest-core | jar | 1.2.1 |
| org.hamcrest : hamcrest-library | jar | 1.2.1 |
| org.scalatest : scalatest_2.9.0 | jar | 1.6.1 |