is not current version
Last Version 2.2.15

org.firebirdsql.jdbc:jaybird-jdk16 2.2.5

JDBC Driver for the Firebird RDBMS

GroupId

GroupId

org.firebirdsql.jdbc
ArtifactId

ArtifactId

jaybird-jdk16
Version

Version

2.2.5
Type

Type

jar

Download jaybird-jdk16 2.2.5


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