is not current version
Last Version 1.1

com.javaforge.scriptella:scriptella-parent 1.0

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.

GroupId

GroupId

com.javaforge.scriptella
ArtifactId

ArtifactId

scriptella-parent
Version

Version

1.0
Type

Type

pom

Download scriptella-parent 1.0

Filename Size
scriptella-parent-1.0.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.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-parent/
implementation 'com.javaforge.scriptella:scriptella-parent:1.0'
// https://jarcasting.com/artifacts/com.javaforge.scriptella/scriptella-parent/
implementation ("com.javaforge.scriptella:scriptella-parent:1.0")
'com.javaforge.scriptella:scriptella-parent:pom:1.0'
<dependency org="com.javaforge.scriptella" name="scriptella-parent" rev="1.0">
  <artifact name="scriptella-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.javaforge.scriptella', module='scriptella-parent', version='1.0')
)
libraryDependencies += "com.javaforge.scriptella" % "scriptella-parent" % "1.0"
[com.javaforge.scriptella/scriptella-parent "1.0"]