Home
Name Modified Size InfoDownloads / Week
4.18.9 2023-12-22
4.18.8 2023-09-15
4.18.7 2023-09-04
4.18.6 2023-08-18
4.18.5 2023-08-07
4.18.4 2023-05-16
4.18.3 2023-04-27
4.18.2 2023-04-12
4.18.1 2023-03-31
4.18.0 2023-02-21
4.17.5 2023-02-01
4.17.3 2023-01-13
4.17.1 2022-12-15
4.17.0 2022-11-22
4.16.3 2022-10-21
4.16.1 2022-09-26
4.16.0 2022-09-20
4.15.2 2022-09-14
4.15.1 2022-08-23
4.14.10 2022-08-08
4.14.9 2022-07-29
4.14.8 2022-07-12
4.14.7 2022-06-28
4.14.6 2022-05-11
4.14.5 2022-04-25
4.14.4 2022-04-06
4.14.3 2022-04-01
4.14.2 2022-03-11
4.14.1 2022-02-20
4.14.0 2022-02-13
4.13.4 2022-01-13
4.13.3 2021-12-30
4.13.2 2021-12-19
4.13.0 2021-11-21
4.12.3 2021-11-01
4.12.2 2021-10-16
4.12.1 2021-09-28
4.12.0 2021-09-08
4.11.1 2021-08-18
4.11.0 2021-08-10
4.10.1 2021-08-05
4.10.0 2021-07-28
4.9.1 2021-07-09
4.9.0 2021-06-29
4.8.1 2021-06-21
4.7.12 2021-06-02
4.7.10 2021-05-11
4.7.9 2021-04-29
4.7.8 2021-04-20
4.7.7 2021-04-03
4.7.6 2021-03-24
4.7.5 2021-03-05
4.7.4 2021-02-27
4.7.3 2021-02-22
4.7.2 2021-02-15
4.7.1 2021-02-06
4.7.0 2020-12-27
4.6.6 2020-12-14
4.6.5 2020-11-25
4.6.4 2020-11-21
4.6.3 2020-11-08
4.6.2 2020-10-27
4.6.1 2020-10-13
4.6.0 2020-09-25
4.5.6 2020-08-12
4.5.5 2020-08-06
4.5.4 2020-07-18
4.5.3 2020-07-12
4.5.2 2020-07-10
4.5.1 2020-07-03
4.5.0 2020-06-23
4.4.2 2020-05-11
4.4.1 2020-05-04
4.4.0 2020-04-22
4.3.2 2020-03-20
4.3.1 2020-03-17
4.3.0 2020-03-05
4.2.4 2020-02-28
4.2.3 2020-02-27
4.2.2 2020-02-26
4.2.1 2020-02-21
4.2.0 2020-02-18
4.1.0 2020-01-28
4.0.9 2019-11-29
4.0.8 2019-11-17
4.0.7 2019-11-08
4.0.6 2019-10-29
4.0.3 2019-10-07
4.0.2 2019-09-06
4.0.1 2019-08-26
4.0.0 2019-07-23
3.0.1 2019-03-27
3.0.0 2018-12-06
2.2.2 2018-11-30
2.2.0 2018-09-26
2.1.2 2018-07-23
2.1.1 2018-06-25
2.1.0 2018-06-14
2.0.3 2018-04-06
2.0.2 2018-02-27
2.0.1 2018-02-23
2.0.0 2018-02-14
1.3.8 2018-02-01
1.3.6 2017-12-20
1.3.5 2017-11-28
1.3.4 2017-10-20
1.3.3 2017-09-06
1.3.2 2017-06-27
1.3.1 2017-05-10
1.3.0 2017-04-18
1.2.10 2017-01-24
1.2.08 2016-11-22
1.2.07 2016-10-31
1.2.06 2016-09-28
1.2.05 2016-07-26
1.2.04 2016-07-06
1.2.03 2016-05-13
1.2.02 2016-04-11
talend 2015-12-14
getl.readme.txt 2015-07-10 1.1 kB
Totals: 120 Items   1.1 kB 1
GETL (c) 2013-2015 EasyData LTD

*** Installation ***
Set path to file getl-xxx.jar to CLASSPATH variable for JVM. 
if you want to run getl jobs as scripts, install groovy and copy file getl-xxx.jar to lib folder for groovy install path.

*** Build by Maven ***
For use in Maven projects write to section dependencies:
<dependency>
  <groupId>net.sourceforge.getl</groupId>
  <artifactId>getl</artifactId>
  <version>1.x.x</version>
  <scope>compile</scope>
</dependency>

*** Build by Gradle ***
For use in Gradle projects write to section dependencies:
compile 'net.sourceforge.getl:getl:1.x.x'

*** Open by Eclipse ***
Project by SVN created by Eclipse with plugins:
Groovy Eclipse (https://github.com/groovy/groovy-eclipse)

*** Required ***
GETL includes all needed libraries for running and work with files, ftp, logs and H2 database. 
Working with others RDBMS required JDBC vendor libraries.

*** Examples ***
Archive getl_example-sources.jar contains source code of demonstration work using the GETL.

*** Contacts ***
Please send you questions and requests to email: ascrus@easydata.ru.
Source: getl.readme.txt, updated 2015-07-10