is not current version
Last Version 4.0.6.java8

org.firebirdsql.jdbc:jaybird-jdk18 4.0.0.java8-beta-2

JDBC Driver for the Firebird RDBMS

GroupId

GroupId

org.firebirdsql.jdbc
ArtifactId

ArtifactId

jaybird-jdk18
Version

Version

4.0.0.java8-beta-2
Type

Type

pom

Download jaybird-jdk18 4.0.0.java8-beta-2


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