MVN

com.googlecode.etl-unit : etlunit-core

Maven & Gradle

Mar 06, 2013
3 usages

etlunit-core

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

Latest Version

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

  • Latest Stable: 1.6.9

All Versions

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

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

How to add a dependency to Maven

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

<dependency>
    <groupId>com.googlecode.etl-unit</groupId>
    <artifactId>etlunit-core</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-core gradle dependency to your build.gradle file:

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

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

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

How to add a dependency to SBT Scala

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

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