MVN

com.googlecode.etl-unit : etlunit-assertion

Maven & Gradle

Mar 06, 2013

etlunit-assertion

<dependency>
    <groupId>com.googlecode.etl-unit</groupId>
    <artifactId>etlunit-assertion</artifactId>
    <version>1.6.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.googlecode.etl-unit : etlunit-assertion to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.9

All Versions

Choose a version of com.googlecode.etl-unit : etlunit-assertion to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
etlunit-assertion-1.6.9
etlunit-assertion-1.6.8
etlunit-assertion-1.6.7
etlunit-assertion-1.6.6
etlunit-assertion-1.6.5
etlunit-assertion-1.6.3
etlunit-assertion-1.6.2
etlunit-assertion-1.6.1
etlunit-assertion-1.6.0
1.5.x
etlunit-assertion-1.5.3
etlunit-assertion-1.5.2
etlunit-assertion-1.5.1

How to add a dependency to Maven

Add the following com.googlecode.etl-unit : etlunit-assertion maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.googlecode.etl-unit</groupId>
    <artifactId>etlunit-assertion</artifactId>
    <version>1.6.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.googlecode.etl-unit : etlunit-assertion gradle dependency to your build.gradle file:

implementation 'com.googlecode.etl-unit:etlunit-assertion:1.6.9'

Gradle Kotlin DSL: Add the following com.googlecode.etl-unit : etlunit-assertion gradle kotlin dependency to your build.gradle.kts file:

implementation("com.googlecode.etl-unit:etlunit-assertion:1.6.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.googlecode.etl-unit : etlunit-assertion sbt scala dependency to your build.sbt file:

libraryDependencies += "com.googlecode.etl-unit" % "etlunit-assertion" % "1.6.9"