Download jaybird-2.1.6.jar file - Jar j

Jar examples for j:jaybird

Description

JDBC Driver for the Firebird RDBMS

You can download jar file jaybird 2.1.6 in this page.

License

GNU Lesser General Public License

Build File

You can use the following script to add jaybird-2.1.6.jar to your project.

<dependency>
   <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
   <artifactId>jaybird</artifactId>
   <version>2.1.6</version>
</dependency>
compile group: 'net.sf.squirrel-sql.thirdparty-non-maven', name: 'jaybird', version: '2.1.6'
libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "jaybird" % "2.1.6"
<dependency org="net.sf.squirrel-sql.thirdparty-non-maven" name="jaybird" rev="2.1.6"/>
@Grapes(@Grab(group='net.sf.squirrel-sql.thirdparty-non-maven', module='jaybird', version='2.1.6'))
'net.sf.squirrel-sql.thirdparty-non-maven:jaybird:jar:2.1.6'

Download

Click the following link to download the jar file.

jaybird-2.1.6-jdk13.jar
jaybird-2.1.6-jdk14.jar
jaybird-2.1.6-jdk15.jar
jaybird-2.1.6-jdk16.jar
jaybird-2.1.6-sources.jar
jaybird-2.1.6.jar
jaybird-2.1.6.pom



Related Tutorials