is not current version
Last Version 11.0

AceQL HTTP 9.0

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 three 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 JDBC Driver 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

License

License

GroupId

GroupId

com.aceql
ArtifactId

ArtifactId

aceql-http
Version

Version

9.0
Type

Type

jar
Description

Description

AceQL HTTP
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 three 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 JDBC Driver 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
Project URL

Project URL

http://www.aceql.com
Project Organization

Project Organization

KawanSoft
Source Code Management

Source Code Management

https://github.com/kawansoft/aceql-http

Download aceql-http 9.0


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

Dependencies

compile (19)

Group / Artifact Type Version
org.postgresql : postgresql jar 42.2.5
commons-cli : commons-cli jar 1.4
org.glassfish : javax.json jar 1.1.4
commons-io : commons-io jar 2.7
com.jcraft : jsch jar 0.1.55
org.apache.commons : commons-lang3 jar 3.11
com.auth0 : java-jwt jar 3.11.0
commons-codec : commons-codec jar 1.15
com.google.code.gson : gson jar 2.8.6
us.fatehi : schemacrawler jar 16.3.0
com.github.jsqlparser : jsqlparser jar 4.2
com.github.waffle : waffle-jna jar 3.0.0
com.oracle.database.jdbc : ojdbc6 jar 11.2.0.4
org.jasypt : jasypt jar 1.9.3
javax.servlet : javax.servlet-api jar 4.0.1
org.apache.tomcat.embed : tomcat-embed-core jar 9.0.54
org.apache.tomcat : tomcat-jdbc jar 9.0.54
jakarta.xml.bind : jakarta.xml.bind-api jar 2.3.2
org.glassfish.jaxb : jaxb-runtime jar 2.3.2

test (1)

Group / Artifact Type Version
org.junit.jupiter : junit-jupiter-engine jar 5.7.0

Project Modules

There are no modules declared in this project.