License |
License |
---|---|
GroupId | GroupIdcom.javaforge.scriptella |
ArtifactId | ArtifactIdscriptella-parent |
Last Version | Last Version1.1 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionScriptella
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-parent-1.1.pom | 13 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 3.8.2 |