is not current version
Last Version 4.0.6.java7

org.firebirdsql.jdbc:jaybird-jdk17 3.0.0-beta-3

JDBC Driver for the Firebird RDBMS

GroupId

GroupId

org.firebirdsql.jdbc
ArtifactId

ArtifactId

jaybird-jdk17
Version

Version

3.0.0-beta-3
Type

Type

jar

Download jaybird-jdk17 3.0.0-beta-3


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