MVN

com.aceql : aceql-http

Maven & Gradle

Feb 22, 2023
95 stars

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

<dependency>
    <groupId>com.aceql</groupId>
    <artifactId>aceql-http</artifactId>
    <version>12.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.aceql : aceql-http to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 12.2
  • Latest Beta: 1.0-beta-5

All Versions

Choose a version of com.aceql : aceql-http to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
12.2
aceql-http-12.2
12.0
aceql-http-12.0
11.0
aceql-http-11.0
10.2
aceql-http-10.2
10.1
aceql-http-10.1
10.0
aceql-http-10.0
9.0
aceql-http-9.0
8.2
aceql-http-8.2
8.1
aceql-http-8.1
8.0
aceql-http-8.0
7.2
aceql-http-7.2
7.0
aceql-http-7.0
6.4
aceql-http-6.4
6.3
aceql-http-6.3
6.2
aceql-http-6.2
6.1
aceql-http-6.1
6.0
aceql-http-6.0
5.1
aceql-http-5.1
5.0.x
aceql-http-5.0.4
aceql-http-5.0.3
aceql-http-5.0.1
4.1
aceql-http-4.1
4.0
aceql-http-4.0
3.2.x
aceql-http-3.2.1
3.2
aceql-http-3.2
3.1
aceql-http-3.1
2.1
aceql-http-2.1
2.0
aceql-http-2.0
1.0
aceql-http-1.0
aceql-http-1.0-beta-5
aceql-http-1.0-beta-4
aceql-http-1.0-beta-3
aceql-http-1.0-beta-2
aceql-http-1.0-beta-1

How to add a dependency to Maven

Add the following com.aceql : aceql-http maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.aceql</groupId>
    <artifactId>aceql-http</artifactId>
    <version>12.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.aceql : aceql-http gradle dependency to your build.gradle file:

implementation 'com.aceql:aceql-http:12.2'

Gradle Kotlin DSL: Add the following com.aceql : aceql-http gradle kotlin dependency to your build.gradle.kts file:

implementation("com.aceql:aceql-http:12.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.aceql : aceql-http sbt scala dependency to your build.sbt file:

libraryDependencies += "com.aceql" % "aceql-http" % "12.2"

Advertisement

Dependencies from Group

Nov 12, 2020
1 usages
24 stars
Dec 09, 2015
Dec 09, 2015
Feb 22, 2023
95 stars

Discover Dependencies

Jul 07, 2017
2 stars
Jan 07, 2021
32 stars
May 23, 2020
192 stars
Feb 27, 2020
14 usages
819 stars
Feb 27, 2020
1 usages
819 stars
Feb 27, 2020
8 usages
819 stars
Feb 27, 2020
6 usages
819 stars
Feb 27, 2020
1 usages
819 stars
Dec 17, 2021
2 usages
2 stars