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

Jar examples for j:jaybird-jdk18

Description

JDBC Driver for the Firebird RDBMS

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

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials