License |
License |
---|---|
GroupId | GroupIdcom.aceql |
ArtifactId | ArtifactIdaceql-http |
Version | Version10.1 |
Type | Typejar |
Description |
DescriptionAceQL 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 |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
aceql-http-10.1.pom | |
aceql-http-10.1-sources.jar | 534 KB |
aceql-http-10.1-javadoc.jar | 412 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.aceql/aceql-http/ -->
<dependency>
<groupId>com.aceql</groupId>
<artifactId>aceql-http</artifactId>
<version>10.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.aceql/aceql-http/
implementation 'com.aceql:aceql-http:10.1'
// https://jarcasting.com/artifacts/com.aceql/aceql-http/
implementation ("com.aceql:aceql-http:10.1")
'com.aceql:aceql-http:jar:10.1'
<dependency org="com.aceql" name="aceql-http" rev="10.1">
<artifact name="aceql-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aceql', module='aceql-http', version='10.1')
)
libraryDependencies += "com.aceql" % "aceql-http" % "10.1"
[com.aceql/aceql-http "10.1"]
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.56 |
org.apache.tomcat : tomcat-jdbc | jar | 9.0.56 |
jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.2 |
org.glassfish.jaxb : jaxb-runtime | jar | 2.3.2 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.7.0 |