Scriptella Drivers

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-drivers
Last Version

Last Version

1.1
Release Date

Release Date

Type

Type

jar
Description

Description

Scriptella Drivers
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-drivers

How to add to project

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

Dependencies

compile (7)

Group / Artifact Type Version
com.javaforge.scriptella : scriptella-core jar 1.1
org.apache.commons : commons-jexl jar 2.0.1
javax.mail : mail Optional jar 1.4.1
org.codehaus.janino : janino Optional jar 2.6.1
org.springframework : spring Optional jar 1.2
org.apache.velocity : velocity Optional jar 1.5
org.apache.lucene : lucene-core Optional jar 2.0.0

test (5)

Group / Artifact Type Version
com.javaforge.scriptella : scriptella-core test-jar 1.1
commons-logging : commons-logging jar 1.0.4
org.hsqldb : hsqldb jar 1.8.0.10
com.h2database : h2 jar 1.1.116
junit : junit jar 3.8.2

Project Modules

There are no modules declared in this project.

Versions

Version
1.1
1.0