MVN

com.javaforge.scriptella : scriptella-parent

Maven & Gradle

Dec 28, 2012

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>com.javaforge.scriptella</groupId>
    <artifactId>scriptella-parent</artifactId>
    <version>1.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.1

All Versions

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

Version Vulnerabilities Updated
1.1
scriptella-parent-1.1
1.0
scriptella-parent-1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.javaforge.scriptella</groupId>
    <artifactId>scriptella-parent</artifactId>
    <version>1.1</version>
</dependency>