| License |
License |
|---|---|
| GroupId | GroupIdorg.testaco |
| ArtifactId | ArtifactIdtestaco |
| Last Version | Last Version0.9.10 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionTestaco
Testaco is a test library. The primary goal of testaco is to
enable data driven testing and database refactoring.
|
| Filename | Size |
|---|---|
| testaco-0.9.10.pom | |
| testaco-0.9.10.jar | 19 KB |
| testaco-0.9.10-sources.jar | 16 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.testaco/testaco/ -->
<dependency>
<groupId>org.testaco</groupId>
<artifactId>testaco</artifactId>
<version>0.9.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.testaco/testaco/
implementation 'org.testaco:testaco:0.9.10'
// https://jarcasting.com/artifacts/org.testaco/testaco/
implementation ("org.testaco:testaco:0.9.10")
'org.testaco:testaco:jar:0.9.10'
<dependency org="org.testaco" name="testaco" rev="0.9.10">
<artifact name="testaco" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.testaco', module='testaco', version='0.9.10')
)
libraryDependencies += "org.testaco" % "testaco" % "0.9.10"
[org.testaco/testaco "0.9.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 3.8.1 |
| org.dbunit : dbunit | jar | 2.2 |
| commons-logging : commons-logging | jar | 1.1 |
| org.springframework : spring | jar | 2.0.5 |
| org.springframework : spring-mock | jar | 2.0.5 |