is not current version
Last Version 11.0

com.aceql:aceql-http 3.2.1

AceQL HTTP is a framework of REST like http APIs that allow to access to remote SQL databases over http from any device that supports http. AceQL HTTP is provided with four client SDK: - The AceQL C# Client SDK allows to wrap the HTTP APIs using Microsoft SQL Server like calls in their code, just like they would for a local database. - The AceQL Java Client SDK allows to wrap the HTTP APIs using JDBC calls in their code, just like they would for a local database. - The AceQL Python Client SDK allows SQL calls to be encoded with standard unmodified DB-API 2.0 syntax - The AceQL Swift Client SDK allows SQL calls to be encoded with SQLite.swift like syntax.

GroupId

GroupId

com.aceql
ArtifactId

ArtifactId

aceql-http
Version

Version

3.2.1
Type

Type

jar

Download aceql-http 3.2.1


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