Download jaybird-jdk18-2.2.12.jar file - Jar j

Jar examples for j:jaybird-jdk18

Description

JDBC Driver for the Firebird RDBMS

You can download jar file jaybird-jdk18 2.2.12 in this page.

License

GNU Lesser General Public License

Build File

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

<dependency>
   <groupId>org.firebirdsql.jdbc</groupId>
   <artifactId>jaybird-jdk18</artifactId>
   <version>2.2.12</version>
</dependency>
compile group: 'org.firebirdsql.jdbc', name: 'jaybird-jdk18', version: '2.2.12'
libraryDependencies += "org.firebirdsql.jdbc" % "jaybird-jdk18" % "2.2.12"
<dependency org="org.firebirdsql.jdbc" name="jaybird-jdk18" rev="2.2.12"/>
@Grapes(@Grab(group='org.firebirdsql.jdbc', module='jaybird-jdk18', version='2.2.12'))
'org.firebirdsql.jdbc:jaybird-jdk18:jar:2.2.12'

Download

Click the following link to download the jar file.

jaybird-jdk18-2.2.12-javadoc.jar
jaybird-jdk18-2.2.12-sources.jar
jaybird-jdk18-2.2.12.jar
jaybird-jdk18-2.2.12.pom



Related Tutorials