Subject New snapshot of Jaybird 3.0
Author Mark Rotteveel
I have just published a new snapshot version of Jaybird 3.0 for testing.

Release notes can be found at
http://www.firebirdsql.org/file/documentation/drivers_documentation/java/3.0.0-SNAPSHOT/release_notes.html

Feedback and comments are welcome. Post bug reports on the tracker at
http://tracker.firebirdsql.org/browse/JDBC

You can get it through maven/gradle/etc if you have the Sonatype OSS
snapshot repository configured.

To configure this snapshot repository in maven, use:

<repositories>
<repository>
<id>sonatype.snapshot</id>
<name>Sonatype OSS snapshot repository</name>
<releases><enabled>false</enabled></releases>
<snapshots><enabled>true</enabled></snapshots>

<url>https://oss.sonatype.org/content/repositories/snapshots</url>
</repository>
</repositories>

Dependency:

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


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