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
文件下载
文件名 操作
jaybird-5.0.5.java11.jar 下载
jaybird-5.0.5.java11.pom 下载
jaybird-5.0.5.java11-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.firebirdsql.jdbc</groupId>
  <artifactId>jaybird</artifactId>
  <version>5.0.5.java11</version>
</dependency>
Gradle Groovy
implementation 'org.firebirdsql.jdbc:jaybird:5.0.5.java11'
Gradle Kotlin
implementation("org.firebirdsql.jdbc:jaybird:5.0.5.java11")
Scala SBT
libraryDependencies += "org.firebirdsql.jdbc" % "jaybird" % "5.0.5.java11"
Groovy Grape
@Grapes(
  @Grab(group='org.firebirdsql.jdbc', module='jaybird', version='5.0.5.java11')
)
Apache Ivy
<dependency org="org.firebirdsql.jdbc" name="jaybird" rev="5.0.5.java11" />
Leiningen
[org.firebirdsql.jdbc/jaybird "5.0.5.java11"]
Apache Buildr
'org.firebirdsql.jdbc:jaybird:jar:5.0.5.java11'
本项目依赖