j

jaybird

JDBC Driver for the Firebird RDBMS
https://www.firebirdsql.org/en/devel-jdbc-driver/
GNU Lesser General Public License Modified BSD (3-clause) License
Mark Rotteveel Roman Rokytskyy David Jencks Blas Rodriguez Somoza Gabriel Reid Ryan Baldwin Steven Jardine Alejandro Alberola Arias Rick Fincher Mark ODonohue Nikolay Samofatov Ludovic Orban Thomas Steinmaurer
Files download
File Operation
jaybird-5.0.1.java8.jar download
jaybird-5.0.1.java8.pom download
jaybird-5.0.1.java8-sources.jar download
Apache Maven
<dependency>
  <groupId>org.firebirdsql.jdbc</groupId>
  <artifactId>jaybird</artifactId>
  <version>5.0.1.java8</version>
</dependency>
Gradle Groovy
implementation 'org.firebirdsql.jdbc:jaybird:5.0.1.java8'
Gradle Kotlin
implementation("org.firebirdsql.jdbc:jaybird:5.0.1.java8")
Scala SBT
libraryDependencies += "org.firebirdsql.jdbc" % "jaybird" % "5.0.1.java8"
Groovy Grape
@Grapes(
  @Grab(group='org.firebirdsql.jdbc', module='jaybird', version='5.0.1.java8')
)
Apache Ivy
<dependency org="org.firebirdsql.jdbc" name="jaybird" rev="5.0.1.java8" />
Leiningen
[org.firebirdsql.jdbc/jaybird "5.0.1.java8"]
Apache Buildr
'org.firebirdsql.jdbc:jaybird:jar:5.0.1.java8'
Dependencies