is not current version
Last Version 0.9.10

org.testaco:testaco 0.9.9

Testaco is a test library. The primary goal of testaco is to enable data driven testing and database refactoring.

GroupId

GroupId

org.testaco
ArtifactId

ArtifactId

testaco
Version

Version

0.9.9
Type

Type

jar

Download testaco 0.9.9


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