MVN

com.singlestore : singlestore-jdbc-client

Maven & Gradle

Aug 03, 2023
3 usages
7 stars

singlestore-jdbc-client · SingleStore JDBC Driver

<dependency>
    <groupId>com.singlestore</groupId>
    <artifactId>singlestore-jdbc-client</artifactId>
    <version>1.1.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.singlestore : singlestore-jdbc-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.9

All Versions

Choose a version of com.singlestore : singlestore-jdbc-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
singlestore-jdbc-client-1.1.9
singlestore-jdbc-client-1.1.8
singlestore-jdbc-client-1.1.7
singlestore-jdbc-client-1.1.6
singlestore-jdbc-client-1.1.5
singlestore-jdbc-client-1.1.4
singlestore-jdbc-client-1.1.3
singlestore-jdbc-client-1.1.2
singlestore-jdbc-client-1.1.1
singlestore-jdbc-client-1.1.0
1.0.x
singlestore-jdbc-client-1.0.2
singlestore-jdbc-client-1.0.1
singlestore-jdbc-client-1.0.0
0.1.x
singlestore-jdbc-client-0.1.0-preview

How to add a dependency to Maven

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

<dependency>
    <groupId>com.singlestore</groupId>
    <artifactId>singlestore-jdbc-client</artifactId>
    <version>1.1.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.singlestore : singlestore-jdbc-client gradle dependency to your build.gradle file:

implementation 'com.singlestore:singlestore-jdbc-client:1.1.9'

Gradle Kotlin DSL: Add the following com.singlestore : singlestore-jdbc-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.singlestore:singlestore-jdbc-client:1.1.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.singlestore : singlestore-jdbc-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.singlestore" % "singlestore-jdbc-client" % "1.1.9"