MVN

net.sf.squirrel-sql.thirdparty-non-maven : jaybird

Maven & Gradle

Sep 27, 2009
8 usages

Jaybird JDBC Driver · JDBC Driver for the Firebird RDBMS

<dependency>
    <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
    <artifactId>jaybird</artifactId>
    <version>2.1.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.squirrel-sql.thirdparty-non-maven : jaybird to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1.6

All Versions

Choose a version of net.sf.squirrel-sql.thirdparty-non-maven : jaybird to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1.x
jaybird-2.1.6
jaybird-2.1.1

How to add a dependency to Maven

Add the following net.sf.squirrel-sql.thirdparty-non-maven : jaybird maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.sf.squirrel-sql.thirdparty-non-maven</groupId>
    <artifactId>jaybird</artifactId>
    <version>2.1.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.sf.squirrel-sql.thirdparty-non-maven : jaybird gradle dependency to your build.gradle file:

implementation 'net.sf.squirrel-sql.thirdparty-non-maven:jaybird:2.1.6'

Gradle Kotlin DSL: Add the following net.sf.squirrel-sql.thirdparty-non-maven : jaybird gradle kotlin dependency to your build.gradle.kts file:

implementation("net.sf.squirrel-sql.thirdparty-non-maven:jaybird:2.1.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.sf.squirrel-sql.thirdparty-non-maven : jaybird sbt scala dependency to your build.sbt file:

libraryDependencies += "net.sf.squirrel-sql.thirdparty-non-maven" % "jaybird" % "2.1.6"

Advertisement