| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.javaforge.scriptella |
| Идентификатор | Идентификаторscriptella-parent |
| Последняя версия | Последняя версия1.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описание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.
|
| Имя Файла | Размер |
|---|---|
| scriptella-parent-1.1.pom | 13 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 3.8.2 |