MVN

org.testaco : testaco

Maven & Gradle

Sep 05, 2007

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

<dependency>
    <groupId>org.testaco</groupId>
    <artifactId>testaco</artifactId>
    <version>0.9.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.testaco : testaco to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.9.10

All Versions

Choose a version of org.testaco : testaco to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.9.x
testaco-0.9.10
testaco-0.9.9

How to add a dependency to Maven

Add the following org.testaco : testaco maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.testaco</groupId>
    <artifactId>testaco</artifactId>
    <version>0.9.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.testaco : testaco gradle dependency to your build.gradle file:

implementation 'org.testaco:testaco:0.9.10'

Gradle Kotlin DSL: Add the following org.testaco : testaco gradle kotlin dependency to your build.gradle.kts file:

implementation("org.testaco:testaco:0.9.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.testaco : testaco sbt scala dependency to your build.sbt file:

libraryDependencies += "org.testaco" % "testaco" % "0.9.10"

Advertisement