Skip to content

Commit

Permalink
Deploying to gh-pages from @ 38d60f0 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Sep 13, 2024
1 parent d420cf1 commit c8a00e5
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions jaybird_manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1516,15 +1516,33 @@ <h5 id="driver-native-maven"><a class="anchor" href="#driver-native-maven"></a>M
This dependency does not support the <code>embedded</code> protocol.</p>
</div>
<div class="listingblock">
<div class="title">Native libraries for all supported OS and architectures</div>
<div class="content">
<pre class="prettyprint highlight"><code data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;org.firebirdsql.jdbc&lt;/groupId&gt;
&lt;artifactId&gt;fbclient&lt;/artifactId&gt;
&lt;version&gt;5.0.1.0&lt;/artifactId&gt;
&lt;version&gt;5.0.1.1&lt;/artifactId&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
<div class="paragraph">
<p>Since version 5.0.1.1, you can also specify the desired OS, or OS and architecture using the <code>classifier</code>:</p>
</div>
<div class="listingblock">
<div class="title">Only native libraries for Linux (all supported architectures)</div>
<div class="content">
<pre class="prettyprint highlight"><code data-lang="xml">&lt;dependency&gt;
&lt;groupId&gt;org.firebirdsql.jdbc&lt;/groupId&gt;
&lt;artifactId&gt;fbclient&lt;/artifactId&gt;
&lt;version&gt;5.0.1.1&lt;/artifactId&gt;
&lt;classifier&gt;linux&lt;/classifier&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
<div class="paragraph">
<p>See <a href="https://github.com/mrotteveel/jaybird-fbclient#os-specific-packages">mrotteveel/jaybird-fbclient</a> for the available classifiers.</p>
</div>
<div class="paragraph">
<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>
</div>
<div class="paragraph">
Expand Down Expand Up @@ -13370,7 +13388,7 @@ <h2 id="license"><a class="anchor" href="#license"></a>Appendix G: License</h2>
</div>
<div id="footer">
<div id="footer-text">
Last updated 2024-09-13 10:43:17 UTC
Last updated 2024-09-13 12:11:24 UTC
</div>
</div>
<script src="https://cdnjs.cloudflare.com/ajax/libs/prettify/r298/run_prettify.min.js"></script>
Expand Down
Binary file modified jaybird_manual.pdf
Binary file not shown.

0 comments on commit c8a00e5

Please sign in to comment.