| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.aceql |
| Идентификатор | Идентификаторaceql-http |
| Последняя версия | Последняя версия11.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| aceql-http-11.0.pom | |
| aceql-http-11.0-sources.jar | 405 KB |
| aceql-http-11.0-javadoc.jar | 382 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.aceql/aceql-http/ -->
<dependency>
<groupId>com.aceql</groupId>
<artifactId>aceql-http</artifactId>
<version>11.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.aceql/aceql-http/
implementation 'com.aceql:aceql-http:11.0'
// https://jarcasting.com/artifacts/com.aceql/aceql-http/
implementation ("com.aceql:aceql-http:11.0")
'com.aceql:aceql-http:jar:11.0'
<dependency org="com.aceql" name="aceql-http" rev="11.0">
<artifact name="aceql-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.aceql', module='aceql-http', version='11.0')
)
libraryDependencies += "com.aceql" % "aceql-http" % "11.0"
[com.aceql/aceql-http "11.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.Cloudmersive » Cloudmersive.APIClient.Java | jar | v4.33 |
| org.postgresql : postgresql | jar | 42.3.3 |
| 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.9 |
| us.fatehi : schemacrawler | jar | 16.3.0 |
| com.github.jsqlparser : jsqlparser | jar | 4.2 |
| com.github.waffle : waffle-jna | jar | 3.1.1 |
| com.oracle.database.jdbc : ojdbc6 | jar | 11.2.0.4 |
| org.jasypt : jasypt | jar | 1.9.3 |
| com.github.rkpunjal.sqlsafe : sql-injection-safe | jar | 1.0.2 |
| javax.servlet : javax.servlet-api | jar | 4.0.1 |
| org.apache.tomcat.embed : tomcat-embed-core | jar | 9.0.64 |
| org.apache.tomcat : tomcat-jdbc | jar | 9.0.64 |
| jakarta.xml.bind : jakarta.xml.bind-api | jar | 2.3.2 |
| org.glassfish.jaxb : jaxb-runtime | jar | 2.3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |