is not current version
Last Version 4.0.6.java11

org.firebirdsql.jdbc:jaybird 2.2.14

JDBC Driver for the Firebird RDBMS

GroupId

GroupId

org.firebirdsql.jdbc
ArtifactId

ArtifactId

jaybird
Version

Version

2.2.14
Type

Type

pom

Download jaybird 2.2.14

Filename Size
jaybird-2.2.14.pom 1 KB
Browse

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