| License | License | 
|---|---|
| Categories | CategoriesCLI User Interface | 
| GroupId | GroupIdorg.firebirdsql.jdbc | 
| ArtifactId | ArtifactIdfbclient | 
| Last Version | Last Version4.0.0.0 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionFirebird Native Client Distribution for Jaybird Firebird native client libraries packaged for use with Jaybird 3 and higher | 
| Project URL | Project URL | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| fbclient-4.0.0.0.pom | |
| fbclient-4.0.0.0.jar | 2 MB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.firebirdsql.jdbc/fbclient/ -->
<dependency>
    <groupId>org.firebirdsql.jdbc</groupId>
    <artifactId>fbclient</artifactId>
    <version>4.0.0.0</version>
</dependency>// https://jarcasting.com/artifacts/org.firebirdsql.jdbc/fbclient/
implementation 'org.firebirdsql.jdbc:fbclient:4.0.0.0'// https://jarcasting.com/artifacts/org.firebirdsql.jdbc/fbclient/
implementation ("org.firebirdsql.jdbc:fbclient:4.0.0.0")'org.firebirdsql.jdbc:fbclient:jar:4.0.0.0'<dependency org="org.firebirdsql.jdbc" name="fbclient" rev="4.0.0.0">
  <artifact name="fbclient" type="jar" />
</dependency>@Grapes(
@Grab(group='org.firebirdsql.jdbc', module='fbclient', version='4.0.0.0')
)libraryDependencies += "org.firebirdsql.jdbc" % "fbclient" % "4.0.0.0"[org.firebirdsql.jdbc/fbclient "4.0.0.0"]