| GroupId | GroupIdorg.firebirdsql.jdbc |
|---|---|
| ArtifactId | ArtifactIdjaybird |
| Version | Version3.0.8 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jaybird-3.0.8.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.firebirdsql.jdbc/jaybird/ -->
<dependency>
<groupId>org.firebirdsql.jdbc</groupId>
<artifactId>jaybird</artifactId>
<version>3.0.8</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.firebirdsql.jdbc/jaybird/
implementation 'org.firebirdsql.jdbc:jaybird:3.0.8'
// https://jarcasting.com/artifacts/org.firebirdsql.jdbc/jaybird/
implementation ("org.firebirdsql.jdbc:jaybird:3.0.8")
'org.firebirdsql.jdbc:jaybird:pom:3.0.8'
<dependency org="org.firebirdsql.jdbc" name="jaybird" rev="3.0.8">
<artifact name="jaybird" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.firebirdsql.jdbc', module='jaybird', version='3.0.8')
)
libraryDependencies += "org.firebirdsql.jdbc" % "jaybird" % "3.0.8"
[org.firebirdsql.jdbc/jaybird "3.0.8"]