MVN

org.scriptella : scriptella-parent

Maven & Gradle

Oct 04, 2019
101 stars

Scriptella · Scriptella is an open source ETL (Extract-Transform-Load) and script execution tool written in Java. Our primary focus is simplicity. You don't have to study yet another complex XML-based language - use SQL (or other scripting language suitable for the data source) to perform required transformations.

<dependency>
    <groupId>org.scriptella</groupId>
    <artifactId>scriptella-parent</artifactId>
    <version>1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.scriptella : scriptella-parent to add to Maven - Latest Versions:

  • Latest Stable: 1.2

All Versions

Choose a version of org.scriptella : scriptella-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
1.2
scriptella-parent-1.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.scriptella</groupId>
    <artifactId>scriptella-parent</artifactId>
    <version>1.2</version>
</dependency>