<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>fbclient</artifactId>
- <version>5.0.1.0</artifactId>
+ <version>5.0.1.1</artifactId>
</dependency>
diff --git a/jaybird_manual.html b/jaybird_manual.html index ba2edd0..d584487 100644 --- a/jaybird_manual.html +++ b/jaybird_manual.html @@ -1516,15 +1516,33 @@
embedded
protocol.
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>fbclient</artifactId>
- <version>5.0.1.0</artifactId>
+ <version>5.0.1.1</artifactId>
</dependency>
Since version 5.0.1.1, you can also specify the desired OS, or OS and architecture using the classifier
:
<dependency>
+ <groupId>org.firebirdsql.jdbc</groupId>
+ <artifactId>fbclient</artifactId>
+ <version>5.0.1.1</artifactId>
+ <classifier>linux</classifier>
+</dependency>
+See mrotteveel/jaybird-fbclient for the available classifiers.
+You can also download the library (see mrotteveel/jaybird-fbclient for download link) and add it your classpath.