is not current version
Last Version 4.0.6.java7

org.firebirdsql.jdbc:jaybird-jdk17 3.0.1

JDBC Driver for the Firebird RDBMS

GroupId

GroupId

org.firebirdsql.jdbc
ArtifactId

ArtifactId

jaybird-jdk17
Version

Version

3.0.1
Type

Type

jar

Download jaybird-jdk17 3.0.1


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