Skip to content

Commit

Permalink
Deploying to gh-pages from @ 47bde3d 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
mrotteveel committed Sep 13, 2024
1 parent e6c36d3 commit d420cf1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions jaybird_manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -1512,15 +1512,15 @@ <h4 id="driver-native"><a class="anchor" href="#driver-native"></a>2.2.2. NATIVE
<h5 id="driver-native-maven"><a class="anchor" href="#driver-native-maven"></a>Maven dependency for native client</h5>
<div class="paragraph">
<p>When using Jaybird 3 and later, you can use a library to provide the Firebird client library for the <code>native</code> and <code>local</code> protocol.
For Windows and Linux, you can add the <code>org.firebirdsql.jdbc:fbclient</code> dependency on your classpath.
For Windows, Linux, and macOS, you can add the <code>org.firebirdsql.jdbc:fbclient</code> dependency on your classpath.
This dependency does not support the <code>embedded</code> protocol.</p>
</div>
<div class="listingblock">
<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;4.0.4.0&lt;/artifactId&gt;
&lt;version&gt;5.0.1.0&lt;/artifactId&gt;
&lt;/dependency&gt;</code></pre>
</div>
</div>
Expand Down Expand Up @@ -13370,7 +13370,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-08-15 15:41:44 UTC
Last updated 2024-09-13 10:43:17 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 d420cf1

Please sign in to comment.