is not current version
Last Version 4.0.6.java8

org.firebirdsql.jdbc:jaybird-jdk18 3.0.10

JDBC Driver for the Firebird RDBMS

GroupId

GroupId

org.firebirdsql.jdbc
ArtifactId

ArtifactId

jaybird-jdk18
Version

Version

3.0.10
Type

Type

jar

Download jaybird-jdk18 3.0.10


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