MVN

org.catools : etl.zapi

Maven & Gradle

May 02, 2020

Core Automation Toolset - Zephyr ETL · This is an integration point between ZAPI and ERP where we retrieve data and transfer them to ERP.

<dependency>
    <groupId>org.catools</groupId>
    <artifactId>etl.zapi</artifactId>
    <version>0.1.25</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.catools : etl.zapi to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.1.25

All Versions

Choose a version of org.catools : etl.zapi to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.1.x
etl.zapi-0.1.25
etl.zapi-0.1.24
etl.zapi-0.1.23
etl.zapi-0.1.22
etl.zapi-0.1.21
etl.zapi-0.1.20
etl.zapi-0.1.19
etl.zapi-0.1.18
etl.zapi-0.1.17
etl.zapi-0.1.16
etl.zapi-0.1.15
etl.zapi-0.1.14
etl.zapi-0.1.13
etl.zapi-0.1.12
etl.zapi-0.1.11
etl.zapi-0.1.10
etl.zapi-0.1.9
etl.zapi-0.1.8
etl.zapi-0.1.7
etl.zapi-0.1.6
etl.zapi-0.1.5
etl.zapi-0.1.4
etl.zapi-0.1.3
etl.zapi-0.1.2
etl.zapi-0.1.1
0.0.x
etl.zapi-0.0.34
etl.zapi-0.0.33
etl.zapi-0.0.32
etl.zapi-0.0.31
etl.zapi-0.0.30
etl.zapi-0.0.29
etl.zapi-0.0.28
etl.zapi-0.0.27
etl.zapi-0.0.26
etl.zapi-0.0.25
etl.zapi-0.0.24
etl.zapi-0.0.23
etl.zapi-0.0.22
etl.zapi-0.0.21
etl.zapi-0.0.20
etl.zapi-0.0.19
etl.zapi-0.0.9
etl.zapi-0.0.8
etl.zapi-0.0.7
etl.zapi-0.0.6
etl.zapi-0.0.4
etl.zapi-0.0.3
etl.zapi-0.0.2
etl.zapi-0.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.catools</groupId>
    <artifactId>etl.zapi</artifactId>
    <version>0.1.25</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.catools : etl.zapi gradle dependency to your build.gradle file:

implementation 'org.catools:etl.zapi:0.1.25'

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

implementation("org.catools:etl.zapi:0.1.25")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.catools : etl.zapi sbt scala dependency to your build.sbt file:

libraryDependencies += "org.catools" % "etl.zapi" % "0.1.25"