-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathdownload.html
More file actions
225 lines (215 loc) · 16 KB
/
Copy pathdownload.html
File metadata and controls
225 lines (215 loc) · 16 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Download Scriptella 1.5 — Java ETL Tool</title>
<meta name="description" content="Download Scriptella 1.5, an open source Java ETL and script execution tool. Binary, source, examples, Maven coordinates, and installer.">
<link rel="canonical" href="https://scriptella.org/download.html">
<meta property="og:title" content="Download Scriptella 1.5 — Java ETL Tool">
<meta property="og:description" content="Download Scriptella 1.5, an open source Java ETL and script execution tool. Binary, source, examples, Maven coordinates, and installer.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://scriptella.org/download.html">
<meta property="og:image" content="https://scriptella.org/images/scriptella-logo.svg">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Download Scriptella 1.5 — Java ETL Tool">
<meta name="twitter:description" content="Download Scriptella 1.5, an open source Java ETL and script execution tool. Binary, source, examples, Maven coordinates, and installer.">
<link rel="icon" href="favicon.ico" sizes="32x32">
<link rel="icon" type="image/png" href="favicon-192.png" sizes="192x192">
<script src="theme.js"></script>
<link rel="stylesheet" href="style.css">
</head>
<body>
<a class="skip-link" href="#main-content">Skip to content</a>
<header class="site-header">
<nav class="primary-nav" aria-label="Primary navigation">
<div class="site-header__inner">
<a class="site-logo" href="index.html" aria-label="Scriptella home">
<img class="site-logo__dark" src="images/scriptella-logo.svg" width="190" height="38" alt="Scriptella">
<img class="site-logo__light" src="images/scriptella-logo-light.svg" width="190" height="38" alt="Scriptella">
</a>
<ul>
<li><a href="reference/index.html">Documentation</a></li>
<li><a href="tutorial.html">Tutorial</a></li>
<li><a href="reference/drivers.html">Drivers</a></li>
<li><a href="https://github.com/scriptella/scriptella-etl">GitHub</a></li>
<li><a href="download.html" aria-current="page">Download</a></li>
</ul>
<div class="header-controls">
<div class="language-menu" data-language-menu><button class="language-toggle" type="button" data-language-toggle aria-expanded="false" aria-label="Language" title="Choose language"><svg aria-hidden="true" viewBox="0 0 24 24" focusable="false"><circle cx="12" cy="12" r="9"></circle><path d="M3 12h18M12 3a14 14 0 0 1 0 18M12 3a14 14 0 0 0 0 18"></path></svg><span class="visually-hidden">Choose language</span></button><div class="language-menu__dropdown" data-language-dropdown hidden><a href="https://github.com/scriptella/scriptella-etl/blob/master/README.zh-CN.md"><span>简体中文</span><small>README</small></a><a href="https://github.com/scriptella/scriptella-etl/blob/master/README.ko.md"><span>한국어</span><small>README</small></a><a href="https://github.com/scriptella/scriptella-etl/blob/master/README.de.md"><span>Deutsch</span><small>Geschichte</small></a></div></div>
<button class="theme-toggle" type="button" data-theme-toggle data-theme-current="system" aria-label="Color theme: System. Switch to Light." title="System theme — switch to Light"><span class="visually-hidden">Change color theme</span></button>
</div>
</div>
</nav>
</header>
<main id="main-content" class="page-shell page-shell--reading">
<article class="page-content">
<h1>Download Scriptella</h1>
<p class="lede">Scriptella 1.5 is the latest stable release, available from <a href="https://github.com/scriptella/scriptella-etl/releases/tag/scriptella-parent-1.5">GitHub Releases</a> and Maven Central.</p>
<aside class="note" aria-label="Release status">
<strong>Version 1.5 is available.</strong> It uses a Java 17 baseline. Version 1.4 remains available below, and Scriptella 1.3 remains available for Java 8 compatibility.
</aside>
<section aria-labelledby="version-1-5">
<h2 id="version-1-5">Version 1.5 (September 8, 2026)</h2>
<p>Scriptella 1.5 focuses on current JDBC database compatibility, clearer driver-loading diagnostics, maintained optional Spring and Velocity integrations, and release validation on JDK 17 and JDK 25.</p>
<p>A public <a href="https://github.com/scriptella/scriptella-testcontainers">Testcontainers-powered compatibility suite</a> exercises focused ETL behavior against PostgreSQL, MariaDB, Oracle Free, and Microsoft SQL Server.</p>
<p>PostgreSQL and MariaDB have recorded full release validation. MySQL
has one targeted MySQL 8.4.11 / Connector/J 26.7.0 lane rather than a
broad compatibility matrix. Vendor JDBC drivers remain external
dependencies. See the <a
href="https://github.com/scriptella/scriptella-etl/blob/master/docs/core-database-compatibility.md">core
database compatibility matrix</a> for validation targets, driver
download links, and connection <code>classpath</code> examples.</p>
<div class="table-scroll" tabindex="0" role="region" aria-label="Scriptella 1.5 downloads">
<table>
<thead>
<tr><th scope="col">Package</th><th scope="col">Download</th><th scope="col">Verification</th></tr>
</thead>
<tbody>
<tr><td>Binary distribution</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.5/scriptella-1.5.zip">scriptella-1.5.zip</a></td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.5/scriptella-1.5.zip.asc">signature</a> · <a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.5/scriptella-1.5.zip.sha256">SHA-256</a></td></tr>
<tr><td>Source distribution</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.5/scriptella-1.5-src.zip">scriptella-1.5-src.zip</a></td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.5/scriptella-1.5-src.zip.asc">signature</a> · <a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.5/scriptella-1.5-src.zip.sha256">SHA-256</a></td></tr>
<tr><td>Examples</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.5/scriptella-examples-1.5.zip">scriptella-examples-1.5.zip</a></td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.5/scriptella-examples-1.5.zip.asc">signature</a> · <a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.5/scriptella-examples-1.5.zip.sha256">SHA-256</a></td></tr>
</tbody>
</table>
</div>
<p>Maven coordinates:</p>
<pre><code class="language-xml"><dependency>
<groupId>org.scriptella</groupId>
<artifactId>scriptella-core</artifactId>
<version>1.5</version>
</dependency></code></pre>
</section>
<section aria-labelledby="one-command-installer">
<span id="one-command-installer" class="anchor-target" aria-hidden="true"></span>
<h2>Experimental curl installer</h2>
<p>The installer installs the published Scriptella 1.5 ZIP:</p>
<div class="copy-code" data-copy-code>
<pre><code>curl -fsSL https://scriptella.org/install.sh | sh</code></pre>
<button class="copy-code__button" type="button" data-copy-button aria-label="Copy installer command" title="Copy installer command">
<svg class="copy-code__icon" aria-hidden="true" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
<rect x="9" y="9" width="11" height="11" rx="2"></rect>
<path d="M5 15H4a2 2 0 0 1-2-2V4a2 2 0 0 1 2-2h9a2 2 0 0 1 2 2v1"></path>
</svg>
<span class="visually-hidden">Copy installer command</span>
</button>
<span class="copy-code__status visually-hidden" data-copy-status aria-live="polite"></span>
</div>
<p>The installer places Scriptella under <code>${HOME}/.local/scriptella</code>. It either adds <code>${HOME}/.local/scriptella/bin</code> to an existing startup file or prints the exact PATH command to add manually. The guaranteed command is the packaged <code>scriptella.sh</code> launcher:</p>
<pre><code>scriptella.sh path/to/file.etl.xml</code></pre>
<p>The installer does not install Java; Scriptella requires Java 17 or newer. It is pinned to the published 1.5 archive and checksum. When the installer updates a startup file, start a new shell or reload that file before using <code>scriptella.sh</code>.</p>
</section>
<section aria-labelledby="version-1-4">
<span id="Version%3A+1.4+%28August+14%2C+2026%29" class="anchor-target" aria-hidden="true"></span>
<h2 id="version-1-4">Version 1.4 (August 14, 2026)</h2>
<p>Scriptella 1.4 is a Java 17 modernization release. Remain on Scriptella 1.3 if you need Java 8.</p>
<div class="table-scroll" tabindex="0" role="region" aria-label="Scriptella 1.4 downloads">
<table>
<thead>
<tr><th scope="col">Package</th><th scope="col">Download</th></tr>
</thead>
<tbody>
<tr><td>Binary distribution</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.4/scriptella-1.4.zip">scriptella-1.4.zip</a></td></tr>
<tr><td>Source distribution</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.4/scriptella-1.4-src.zip">scriptella-1.4-src.zip</a></td></tr>
<tr><td>Examples</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.4/scriptella-examples-1.4.zip">scriptella-examples-1.4.zip</a></td></tr>
</tbody>
</table>
</div>
<p>Maven coordinates:</p>
<pre><code class="language-xml"><dependency>
<groupId>org.scriptella</groupId>
<artifactId>scriptella-core</artifactId>
<version>1.4</version>
</dependency></code></pre>
<p>From the unpacked binary directory, a first ETL can be run with:</p>
<pre><code>java -jar scriptella.jar path/to/file.etl.xml</code></pre>
<p>See the <a href="tutorial.html">tutorial</a> for a complete first-run example.</p>
</section>
<section aria-labelledby="version-1-3">
<span id="Version%3A+1.3+%28July+16%2C+2026%29" class="anchor-target" aria-hidden="true"></span>
<h2 id="version-1-3">Previous version: 1.3 (July 17, 2026)</h2>
<p>Scriptella 1.3 remains the Java 8 line. Use it when you need Java 8, the historical HSQLDB adapter, or the JDBC-ODBC bridge adapter.</p>
<div class="table-scroll" tabindex="0" role="region" aria-label="Scriptella 1.3 downloads">
<table>
<thead>
<tr><th scope="col">Package</th><th scope="col">Download</th></tr>
</thead>
<tbody>
<tr><td>Binary distribution</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.3/scriptella-1.3.zip">scriptella-1.3.zip</a></td></tr>
<tr><td>Source distribution</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.3/scriptella-1.3-src.zip">scriptella-1.3-src.zip</a></td></tr>
<tr><td>Examples</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.3/scriptella-examples-1.3.zip">scriptella-examples-1.3.zip</a></td></tr>
</tbody>
</table>
</div>
<p>Maven coordinates:</p>
<pre><code class="language-xml"><dependency>
<groupId>org.scriptella</groupId>
<artifactId>scriptella-core</artifactId>
<version>1.3</version>
</dependency></code></pre>
</section>
<section aria-labelledby="version-1-2">
<span id="Version%3A+1.2+%28October+3%2C+2019%29" class="anchor-target" aria-hidden="true"></span>
<h2 id="version-1-2">Previous version: 1.2</h2>
<div class="table-scroll" tabindex="0" role="region" aria-label="Scriptella 1.2 downloads">
<table>
<thead>
<tr><th scope="col">Package</th><th scope="col">Download</th></tr>
</thead>
<tbody>
<tr><td>Binary distribution</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.2/scriptella-1.2.zip">scriptella-1.2.zip</a></td></tr>
<tr><td>Source distribution</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.2/scriptella-1.2-src.zip">scriptella-1.2-src.zip</a></td></tr>
<tr><td>Examples</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.2/scriptella-examples-1.2.zip">scriptella-examples-1.2.zip</a></td></tr>
</tbody>
</table>
</div>
</section>
<section aria-labelledby="version-1-1">
<span id="Version%3A+1.1+%28December+28%2C+2012%29" class="anchor-target" aria-hidden="true"></span>
<h2 id="version-1-1">Version 1.1</h2>
<div class="table-scroll" tabindex="0" role="region" aria-label="Scriptella 1.1 downloads">
<table>
<thead>
<tr><th scope="col">Package</th><th scope="col">Download</th></tr>
</thead>
<tbody>
<tr><td>Binary distribution</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.1/scriptella-1.1.zip">scriptella-1.1.zip</a></td></tr>
<tr><td>Source distribution</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.1/scriptella-1.1-src.zip">scriptella-1.1-src.zip</a></td></tr>
<tr><td>Examples</td><td><a href="https://github.com/scriptella/scriptella-etl/releases/download/scriptella-parent-1.1/scriptella-examples-1.1.zip">scriptella-examples-1.1.zip</a></td></tr>
</tbody>
</table>
</div>
</section>
<p class="button-group">
<a class="button button--secondary" href="https://github.com/scriptella/scriptella-etl/releases">View all GitHub releases</a>
<a class="button button--secondary" href="tutorial.html">Read the tutorial</a>
</p>
</article>
</main>
<footer class="site-footer">
<div class="site-footer__inner">
<p><strong>Scriptella</strong> · Licensed under the Apache License, Version 2.0.</p>
<p class="site-footer__credit">Built by <a class="pvrlabs-wordmark" href="https://pvrlabs.xyz" aria-label="PVR Labs"><span class="pvrlabs-wordmark__accent">PVR</span><span class="pvrlabs-wordmark__light">Labs</span></a></p>
<nav aria-label="Footer navigation">
<ul>
<li><a href="reference/index.html">Documentation</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="docs/api/index.html">API Docs</a></li>
<li><a href="docs/dtd/index.html">DTD Reference</a></li>
<li><a href="https://github.com/scriptella/scriptella-etl">GitHub</a></li>
<li><a href="changes.html">Change History</a></li>
<li><a href="license.html">License</a></li>
<li><a href="support.html">Support</a></li>
</ul>
</nav>
</div>
</footer>
<!-- StatCounter: existing Scriptella project configuration -->
<script>
var sc_project = 10775960;
var sc_invisible = 1;
var sc_security = "53eaed1c";
</script>
<script defer src="https://secure.statcounter.com/counter/counter.js"></script>
<!-- End StatCounter -->
</body>
</html>