License |
License |
---|---|
GroupId | GroupIdorg.firebirdsql.jdbc |
ArtifactId | ArtifactIdjaybird-jdk17 |
Last Version | Last Version4.0.6.java7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJaybird JDBC Driver
JDBC Driver for the Firebird RDBMS
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
jaybird-jdk17-4.0.6.java7.pom | |
jaybird-jdk17-4.0.6.java7.jar | 823 KB |
jaybird-jdk17-4.0.6.java7-sources.jar | 775 KB |
jaybird-jdk17-4.0.6.java7-javadoc.jar | 1006 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.firebirdsql.jdbc/jaybird-jdk17/ -->
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird-jdk17</artifactId>
<version>4.0.6.java7</version>
</dependency>
// https://jarcasting.com/artifacts/org.firebirdsql.jdbc/jaybird-jdk17/
implementation 'org.firebirdsql.jdbc:jaybird-jdk17:4.0.6.java7'
// https://jarcasting.com/artifacts/org.firebirdsql.jdbc/jaybird-jdk17/
implementation ("org.firebirdsql.jdbc:jaybird-jdk17:4.0.6.java7")
'org.firebirdsql.jdbc:jaybird-jdk17:jar:4.0.6.java7'
<dependency org="org.firebirdsql.jdbc" name="jaybird-jdk17" rev="4.0.6.java7">
<artifact name="jaybird-jdk17" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.firebirdsql.jdbc', module='jaybird-jdk17', version='4.0.6.java7')
)
libraryDependencies += "org.firebirdsql.jdbc" % "jaybird-jdk17" % "4.0.6.java7"
[org.firebirdsql.jdbc/jaybird-jdk17 "4.0.6.java7"]