Skip to content

Commit c8a00e5

Browse files
committed
Deploying to gh-pages from @ 38d60f0 🚀
1 parent d420cf1 commit c8a00e5

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

jaybird_manual.html

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1516,15 +1516,33 @@ <h5 id="driver-native-maven"><a class="anchor" href="#driver-native-maven"></a>M
15161516
This dependency does not support the <code>embedded</code> protocol.</p>
15171517
</div>
15181518
<div class="listingblock">
1519+
<div class="title">Native libraries for all supported OS and architectures</div>
15191520
<div class="content">
15201521
<pre class="prettyprint highlight"><code data-lang="xml">&lt;dependency&gt;
15211522
&lt;groupId&gt;org.firebirdsql.jdbc&lt;/groupId&gt;
15221523
&lt;artifactId&gt;fbclient&lt;/artifactId&gt;
1523-
&lt;version&gt;5.0.1.0&lt;/artifactId&gt;
1524+
&lt;version&gt;5.0.1.1&lt;/artifactId&gt;
15241525
&lt;/dependency&gt;</code></pre>
15251526
</div>
15261527
</div>
15271528
<div class="paragraph">
1529+
<p>Since version 5.0.1.1, you can also specify the desired OS, or OS and architecture using the <code>classifier</code>:</p>
1530+
</div>
1531+
<div class="listingblock">
1532+
<div class="title">Only native libraries for Linux (all supported architectures)</div>
1533+
<div class="content">
1534+
<pre class="prettyprint highlight"><code data-lang="xml">&lt;dependency&gt;
1535+
&lt;groupId&gt;org.firebirdsql.jdbc&lt;/groupId&gt;
1536+
&lt;artifactId&gt;fbclient&lt;/artifactId&gt;
1537+
&lt;version&gt;5.0.1.1&lt;/artifactId&gt;
1538+
&lt;classifier&gt;linux&lt;/classifier&gt;
1539+
&lt;/dependency&gt;</code></pre>
1540+
</div>
1541+
</div>
1542+
<div class="paragraph">
1543+
<p>See <a href="https://github.com/mrotteveel/jaybird-fbclient#os-specific-packages">mrotteveel/jaybird-fbclient</a> for the available classifiers.</p>
1544+
</div>
1545+
<div class="paragraph">
15281546
<p>You can also download the library (see <a href="https://github.com/mrotteveel/jaybird-fbclient#download">mrotteveel/jaybird-fbclient</a> for download link) and add it your classpath.</p>
15291547
</div>
15301548
<div class="paragraph">
@@ -13370,7 +13388,7 @@ <h2 id="license"><a class="anchor" href="#license"></a>Appendix G: License</h2>
1337013388
</div>
1337113389
<div id="footer">
1337213390
<div id="footer-text">
13373-
Last updated 2024-09-13 10:43:17 UTC
13391+
Last updated 2024-09-13 12:11:24 UTC
1337413392
</div>
1337513393
</div>
1337613394
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>

jaybird_manual.pdf

565 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)