MVN

org.firebirdsql.embedded : jaybird-firebird-embedded-win32-x86-64

Maven & Gradle

Jan 09, 2023
2 stars

Firebird Embedded Distribution for Jaybird for Windows x86-64 · Firebird embedded library packaged for use with Jaybird 5 and higher

<dependency>
    <groupId>org.firebirdsql.embedded</groupId>
    <artifactId>jaybird-firebird-embedded-win32-x86-64</artifactId>
    <version>4.0.2.0-alpha-1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.firebirdsql.embedded : jaybird-firebird-embedded-win32-x86-64 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.2.0-alpha-1
  • Latest Alpha: 4.0.2.0-alpha-1

All Versions

Choose a version of org.firebirdsql.embedded : jaybird-firebird-embedded-win32-x86-64 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
jaybird-firebird-embedded-win32-x86-64-4.0.2.0-alpha-1

How to add a dependency to Maven

Add the following org.firebirdsql.embedded : jaybird-firebird-embedded-win32-x86-64 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.firebirdsql.embedded</groupId>
    <artifactId>jaybird-firebird-embedded-win32-x86-64</artifactId>
    <version>4.0.2.0-alpha-1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.firebirdsql.embedded : jaybird-firebird-embedded-win32-x86-64 gradle dependency to your build.gradle file:

implementation 'org.firebirdsql.embedded:jaybird-firebird-embedded-win32-x86-64:4.0.2.0-alpha-1'

Gradle Kotlin DSL: Add the following org.firebirdsql.embedded : jaybird-firebird-embedded-win32-x86-64 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.firebirdsql.embedded:jaybird-firebird-embedded-win32-x86-64:4.0.2.0-alpha-1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.firebirdsql.embedded : jaybird-firebird-embedded-win32-x86-64 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.firebirdsql.embedded" % "jaybird-firebird-embedded-win32-x86-64" % "4.0.2.0-alpha-1"