is not current version
Last Version 2.2.15

org.firebirdsql.jdbc:jaybird-jdk16 2.2.14

JDBC Driver for the Firebird RDBMS

GroupId

GroupId

org.firebirdsql.jdbc
ArtifactId

ArtifactId

jaybird-jdk16
Version

Version

2.2.14
Type

Type

jar

Download jaybird-jdk16 2.2.14


<!-- https://jarcasting.com/artifacts/org.firebirdsql.jdbc/jaybird-jdk16/ -->
<dependency>
    <groupId>org.firebirdsql.jdbc</groupId>
    <artifactId>jaybird-jdk16</artifactId>
    <version>2.2.14</version>
</dependency>
// https://jarcasting.com/artifacts/org.firebirdsql.jdbc/jaybird-jdk16/
implementation 'org.firebirdsql.jdbc:jaybird-jdk16:2.2.14'
// https://jarcasting.com/artifacts/org.firebirdsql.jdbc/jaybird-jdk16/
implementation ("org.firebirdsql.jdbc:jaybird-jdk16:2.2.14")
'org.firebirdsql.jdbc:jaybird-jdk16:jar:2.2.14'
<dependency org="org.firebirdsql.jdbc" name="jaybird-jdk16" rev="2.2.14">
  <artifact name="jaybird-jdk16" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.firebirdsql.jdbc', module='jaybird-jdk16', version='2.2.14')
)
libraryDependencies += "org.firebirdsql.jdbc" % "jaybird-jdk16" % "2.2.14"
[org.firebirdsql.jdbc/jaybird-jdk16 "2.2.14"]