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
文件下载
文件名 操作
aceql-http-client-jdbc-driver-9.2.jar 下载
aceql-http-client-jdbc-driver-9.2.pom 下载
aceql-http-client-jdbc-driver-9.2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.aceql</groupId>
  <artifactId>aceql-http-client-jdbc-driver</artifactId>
  <version>9.2</version>
</dependency>
Gradle Groovy
implementation 'com.aceql:aceql-http-client-jdbc-driver:9.2'
Gradle Kotlin
implementation("com.aceql:aceql-http-client-jdbc-driver:9.2")
Scala SBT
libraryDependencies += "com.aceql" % "aceql-http-client-jdbc-driver" % "9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.aceql', module='aceql-http-client-jdbc-driver', version='9.2')
)
Apache Ivy
<dependency org="com.aceql" name="aceql-http-client-jdbc-driver" rev="9.2" />
Leiningen
[com.aceql/aceql-http-client-jdbc-driver "9.2"]
Apache Buildr
'com.aceql:aceql-http-client-jdbc-driver:jar:9.2'