License |
License |
---|---|
GroupId | GroupIdcom.javaforge.scriptella |
ArtifactId | ArtifactIdscriptella-core |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionScriptella Core
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.
|
Filename | Size |
---|---|
scriptella-core-1.1.pom | |
scriptella-core-1.1.jar | 163 KB |
scriptella-core-1.1-sources.jar | 143 KB |
scriptella-core-1.1-javadoc.jar | 536 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-core/ -->
<dependency>
<groupId>com.javaforge.scriptella</groupId>
<artifactId>scriptella-core</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-core/
implementation 'com.javaforge.scriptella:scriptella-core:1.1'
// https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-core/
implementation ("com.javaforge.scriptella:scriptella-core:1.1")
'com.javaforge.scriptella:scriptella-core:jar:1.1'
<dependency org="com.javaforge.scriptella" name="scriptella-core" rev="1.1">
<artifact name="scriptella-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.javaforge.scriptella', module='scriptella-core', version='1.1')
)
libraryDependencies += "com.javaforge.scriptella" % "scriptella-core" % "1.1"
[com.javaforge.scriptella/scriptella-core "1.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-jexl | jar | 2.0.1 |
junit : junit Optional | jar | 3.8.2 |
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.0.4 |
org.hsqldb : hsqldb | jar | 1.8.0.10 |