MVN

org.eobjects.datacleaner : DataCleaner-copy-data-wizard

Maven & Gradle

Jan 16, 2015

DataCleaner - 'copy data' wizard extension

<dependency>
    <groupId>org.eobjects.datacleaner</groupId>
    <artifactId>DataCleaner-copy-data-wizard</artifactId>
    <version>3.7.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eobjects.datacleaner : DataCleaner-copy-data-wizard to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.4
  • Latest Release Candidate: 3.7-RC5

All Versions

Choose a version of org.eobjects.datacleaner : DataCleaner-copy-data-wizard to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
DataCleaner-copy-data-wizard-3.7.4
DataCleaner-copy-data-wizard-3.7.2
DataCleaner-copy-data-wizard-3.7.1
3.7
DataCleaner-copy-data-wizard-3.7
DataCleaner-copy-data-wizard-3.7-RC5
DataCleaner-copy-data-wizard-3.7-RC4
DataCleaner-copy-data-wizard-3.7-RC3
DataCleaner-copy-data-wizard-3.7-RC2
DataCleaner-copy-data-wizard-3.7-RC1
3.6.x
DataCleaner-copy-data-wizard-3.6.2
DataCleaner-copy-data-wizard-3.6.2-RC1
DataCleaner-copy-data-wizard-3.6.1
DataCleaner-copy-data-wizard-3.6.1-RC1
3.6
DataCleaner-copy-data-wizard-3.6
3.5.x
DataCleaner-copy-data-wizard-3.5.10
DataCleaner-copy-data-wizard-3.5.9
DataCleaner-copy-data-wizard-3.5.8
DataCleaner-copy-data-wizard-3.5.7
DataCleaner-copy-data-wizard-3.5.6
DataCleaner-copy-data-wizard-3.5.5
DataCleaner-copy-data-wizard-3.5.4
DataCleaner-copy-data-wizard-3.5.3
DataCleaner-copy-data-wizard-3.5.2
DataCleaner-copy-data-wizard-3.5.1
3.5
DataCleaner-copy-data-wizard-3.5
DataCleaner-copy-data-wizard-3.5-RC2
DataCleaner-copy-data-wizard-3.5-RC1

How to add a dependency to Maven

Add the following org.eobjects.datacleaner : DataCleaner-copy-data-wizard maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.eobjects.datacleaner</groupId>
    <artifactId>DataCleaner-copy-data-wizard</artifactId>
    <version>3.7.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.eobjects.datacleaner : DataCleaner-copy-data-wizard gradle dependency to your build.gradle file:

implementation 'org.eobjects.datacleaner:DataCleaner-copy-data-wizard:3.7.4'

Gradle Kotlin DSL: Add the following org.eobjects.datacleaner : DataCleaner-copy-data-wizard gradle kotlin dependency to your build.gradle.kts file:

implementation("org.eobjects.datacleaner:DataCleaner-copy-data-wizard:3.7.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.eobjects.datacleaner : DataCleaner-copy-data-wizard sbt scala dependency to your build.sbt file:

libraryDependencies += "org.eobjects.datacleaner" % "DataCleaner-copy-data-wizard" % "3.7.4"

Advertisement