MVN

com.aceql : aceql-http-client-jdbc-driver

Maven & Gradle

Mar 02, 2023
26 stars

AceQL HTTP Client JDBC Driver Free · The AceQL Java Client JDBC Driver allows to wrap the AceQL HTTP APIs and eliminates the tedious works of handling communications errors and parsing JSON results. Android and Java Desktop application developers can access remote SQL databases and/or SQL databases in the cloud by simply including standard JDBC calls in their code, just like they would for a local database.

<dependency>
    <groupId>com.aceql</groupId>
    <artifactId>aceql-http-client-jdbc-driver</artifactId>
    <version>9.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 9.3

All Versions

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

Version Vulnerabilities Updated
9.3
aceql-http-client-jdbc-driver-9.3
9.2
aceql-http-client-jdbc-driver-9.2
9.1
aceql-http-client-jdbc-driver-9.1
9.0
aceql-http-client-jdbc-driver-9.0
8.2
aceql-http-client-jdbc-driver-8.2
8.1
aceql-http-client-jdbc-driver-8.1
8.0
aceql-http-client-jdbc-driver-8.0
7.2
aceql-http-client-jdbc-driver-7.2
7.1
aceql-http-client-jdbc-driver-7.1
7.0
aceql-http-client-jdbc-driver-7.0
6.2
aceql-http-client-jdbc-driver-6.2
6.1
aceql-http-client-jdbc-driver-6.1
6.0
aceql-http-client-jdbc-driver-6.0

How to add a dependency to Maven

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

<dependency>
    <groupId>com.aceql</groupId>
    <artifactId>aceql-http-client-jdbc-driver</artifactId>
    <version>9.3</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'com.aceql:aceql-http-client-jdbc-driver:9.3'

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

implementation("com.aceql:aceql-http-client-jdbc-driver:9.3")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.aceql" % "aceql-http-client-jdbc-driver" % "9.3"

Advertisement