a

aceql-client

AceQL combines a virtual JDBC Driver and a framework to enable remote JDBC access over HTTP. Android and Java Desktop application developers can access remote SQL databases in the cloud by simply including standard JDBC calls in their code, just like they would for a local database.
https://www.aceql.com/
LGPL 2.1
KawanSoft
Alexandre Becquereau Nicolas de Pomereu
Files download
File Operation
aceql-client-4.0.jar download
aceql-client-4.0.pom download
aceql-client-4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.aceql</groupId>
  <artifactId>aceql-client</artifactId>
  <version>4.0</version>
</dependency>
Gradle Groovy
implementation 'com.aceql:aceql-client:4.0'
Gradle Kotlin
implementation("com.aceql:aceql-client:4.0")
Scala SBT
libraryDependencies += "com.aceql" % "aceql-client" % "4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.aceql', module='aceql-client', version='4.0')
)
Apache Ivy
<dependency org="com.aceql" name="aceql-client" rev="4.0" />
Leiningen
[com.aceql/aceql-client "4.0"]
Apache Buildr
'com.aceql:aceql-client:jar:4.0'