Download jaybird-jdk18-3.0.3.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.3 in this page.

License

GNU Lesser General Public License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials