a

aceql-http-client-jdbc-driver

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.
http://www.aceql.com
Apache 2.0
KawanSoft
Alexandre Becquereau Nicolas de Pomereu
Files download
File Operation
aceql-http-client-jdbc-driver-8.2.jar download
aceql-http-client-jdbc-driver-8.2.pom download
aceql-http-client-jdbc-driver-8.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aceql</groupId>
  <artifactId>aceql-http-client-jdbc-driver</artifactId>
  <version>8.2</version>
</dependency>
Gradle Groovy
implementation 'com.aceql:aceql-http-client-jdbc-driver:8.2'
Gradle Kotlin
implementation("com.aceql:aceql-http-client-jdbc-driver:8.2")
Scala SBT
libraryDependencies += "com.aceql" % "aceql-http-client-jdbc-driver" % "8.2"
Groovy Grape
@Grapes(
  @Grab(group='com.aceql', module='aceql-http-client-jdbc-driver', version='8.2')
)
Apache Ivy
<dependency org="com.aceql" name="aceql-http-client-jdbc-driver" rev="8.2" />
Leiningen
[com.aceql/aceql-http-client-jdbc-driver "8.2"]
Apache Buildr
'com.aceql:aceql-http-client-jdbc-driver:jar:8.2'