Subject New Jaybird 3 snapshot published
Author Mark Rotteveel
I just published a new snapshot of Jaybird 3. We are nearing completion
of Jaybird 3, and I expect to release a first alpha version this weekend.

You can get the current snapshot from the Sonatype OSS snapshot
repository (https://oss.sonatype.org/content/repositories/snapshots/)

Groupid: org.firebirdsql.jdbc,
Artifactid: jaybird-jdkXX (where XX is 17 or 18).
Version: 3.0.0-SNAPSHOT

For example:

<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdk18</artifactId>
<version>3.0.0-SNAPSHOT</version>
</dependency>

You need to add the Sonatype OSS snapshot repository to your maven
repository config or pom.

Alternatively, you can download it from SourceForge:
https://sourceforge.net/projects/firebird/files/firebird-jca-jdbc-driver/3.0.0-SNAPSHOT/

See also

*
http://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.0-SNAPSHOT/release_notes.html
*
http://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.0-SNAPSHOT/docs/

Mark
--
Mark Rotteveel