is not current version
Last Version 5.1

com.aceql:aceql-http-client-sdk 4.0

The AceQL Java Client SDK allows to wrap the AceQL HTTP APIs and eliminate 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.

Categories

Categories

CLI User Interface
GroupId

GroupId

com.aceql
ArtifactId

ArtifactId

aceql-http-client-sdk
Version

Version

4.0
Type

Type

jar

Download aceql-http-client-sdk 4.0


<!-- https://jarcasting.com/artifacts/com.aceql/aceql-http-client-sdk/ -->
<dependency>
    <groupId>com.aceql</groupId>
    <artifactId>aceql-http-client-sdk</artifactId>
    <version>4.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aceql/aceql-http-client-sdk/
implementation 'com.aceql:aceql-http-client-sdk:4.0'
// https://jarcasting.com/artifacts/com.aceql/aceql-http-client-sdk/
implementation ("com.aceql:aceql-http-client-sdk:4.0")
'com.aceql:aceql-http-client-sdk:jar:4.0'
<dependency org="com.aceql" name="aceql-http-client-sdk" rev="4.0">
  <artifact name="aceql-http-client-sdk" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aceql', module='aceql-http-client-sdk', version='4.0')
)
libraryDependencies += "com.aceql" % "aceql-http-client-sdk" % "4.0"
[com.aceql/aceql-http-client-sdk "4.0"]