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.

License

License

GroupId

GroupId

com.javaforge.scriptella
ArtifactId

ArtifactId

scriptella-parent
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

pom
Description

Description

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.

Download scriptella-parent

Filename Size
scriptella-parent-1.1.pom 13 KB
Browse

How to add to project

<!-- https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-parent/ -->
<dependency>
    <groupId>com.javaforge.scriptella</groupId>
    <artifactId>scriptella-parent</artifactId>
    <version>1.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-parent/
implementation 'com.javaforge.scriptella:scriptella-parent:1.1'
// https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-parent/
implementation ("com.javaforge.scriptella:scriptella-parent:1.1")
'com.javaforge.scriptella:scriptella-parent:pom:1.1'
<dependency org="com.javaforge.scriptella" name="scriptella-parent" rev="1.1">
  <artifact name="scriptella-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.javaforge.scriptella', module='scriptella-parent', version='1.1')
)
libraryDependencies += "com.javaforge.scriptella" % "scriptella-parent" % "1.1"
[com.javaforge.scriptella/scriptella-parent "1.1"]

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 3.8.2

Project Modules

  • core
  • drivers
  • tools

Versions

Version
1.1
1.0