MVN

com.4paradigm.hybridsql : fedb-jdbc

Maven & Gradle

Jun 08, 2021
2.5k stars

fedb-jdbc

<dependency>
    <groupId>com.4paradigm.hybridsql</groupId>
    <artifactId>fedb-jdbc</artifactId>
    <version>2.3.0-macos</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.4paradigm.hybridsql : fedb-jdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.3.0-macos

All Versions

Choose a version of com.4paradigm.hybridsql : fedb-jdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.3.x
fedb-jdbc-2.3.0-macos
fedb-jdbc-2.3.0
2.2.x
fedb-jdbc-2.2.2-macos
fedb-jdbc-2.2.2
fedb-jdbc-2.2.0-allinone

How to add a dependency to Maven

Add the following com.4paradigm.hybridsql : fedb-jdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.4paradigm.hybridsql</groupId>
    <artifactId>fedb-jdbc</artifactId>
    <version>2.3.0-macos</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.4paradigm.hybridsql : fedb-jdbc gradle dependency to your build.gradle file:

implementation 'com.4paradigm.hybridsql:fedb-jdbc:2.3.0-macos'

Gradle Kotlin DSL: Add the following com.4paradigm.hybridsql : fedb-jdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.4paradigm.hybridsql:fedb-jdbc:2.3.0-macos")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.4paradigm.hybridsql : fedb-jdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.4paradigm.hybridsql" % "fedb-jdbc" % "2.3.0-macos"

Advertisement