MVN

com.machbase : machjdbc

Maven & Gradle

Aug 14, 2023

MACHBASE JDBC Client · machbase-jdbc-driver

<dependency>
    <groupId>com.machbase</groupId>
    <artifactId>machjdbc</artifactId>
    <version>8.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.machbase : machjdbc to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 8.0.2

All Versions

Choose a version of com.machbase : machjdbc to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
8.0.x
machjdbc-8.0.2
machjdbc-8.0.1
machjdbc-8.0.0
7.5.x
machjdbc-7.5.7
machjdbc-7.5.6
machjdbc-7.5.5
7.0.x
machjdbc-7.0.6
machjdbc-7.0.5
6.5.x
machjdbc-6.5.13
5.5.x
machjdbc-5.5.0

How to add a dependency to Maven

Add the following com.machbase : machjdbc maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.machbase</groupId>
    <artifactId>machjdbc</artifactId>
    <version>8.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.machbase : machjdbc gradle dependency to your build.gradle file:

implementation 'com.machbase:machjdbc:8.0.2'

Gradle Kotlin DSL: Add the following com.machbase : machjdbc gradle kotlin dependency to your build.gradle.kts file:

implementation("com.machbase:machjdbc:8.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.machbase : machjdbc sbt scala dependency to your build.sbt file:

libraryDependencies += "com.machbase" % "machjdbc" % "8.0.2"