s

singlestore-jdbc-client

SingleStore JDBC Driver
https://https://github.com/memsql/S2-JDBC-Connector
LGPL-2.1
SingleStore
SingleStore
Files download
File Operation
singlestore-jdbc-client-1.1.4.jar download
singlestore-jdbc-client-1.1.4.pom download
singlestore-jdbc-client-1.1.4-sources.jar download
Apache Maven
<dependency>
  <groupId>com.singlestore</groupId>
  <artifactId>singlestore-jdbc-client</artifactId>
  <version>1.1.4</version>
</dependency>
Gradle Groovy
implementation 'com.singlestore:singlestore-jdbc-client:1.1.4'
Gradle Kotlin
implementation("com.singlestore:singlestore-jdbc-client:1.1.4")
Scala SBT
libraryDependencies += "com.singlestore" % "singlestore-jdbc-client" % "1.1.4"
Groovy Grape
@Grapes(
  @Grab(group='com.singlestore', module='singlestore-jdbc-client', version='1.1.4')
)
Apache Ivy
<dependency org="com.singlestore" name="singlestore-jdbc-client" rev="1.1.4" />
Leiningen
[com.singlestore/singlestore-jdbc-client "1.1.4"]
Apache Buildr
'com.singlestore:singlestore-jdbc-client:jar:1.1.4'