| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииCLI Взаимодействие с пользователем Search Прикладные библиотеки Elasticsearch |
| Группа | Группаcom.amazon.opendistroforelasticsearch.client |
| Идентификатор | Идентификаторopendistro-sql-jdbc |
| Последняя версия | Последняя версия1.13.0.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеOpen Distro For Elasticsearch SQL JDBC Driver
Open Distro For Elasticsearch SQL JDBC driver
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| opendistro-sql-jdbc-1.13.0.0.pom | |
| opendistro-sql-jdbc-1.13.0.0.jar | 5 MB |
| opendistro-sql-jdbc-1.13.0.0-sources.jar | 137 KB |
| opendistro-sql-jdbc-1.13.0.0-javadoc.jar | 261 bytes |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.amazon.opendistroforelasticsearch.client/opendistro-sql-jdbc/ -->
<dependency>
<groupId>com.amazon.opendistroforelasticsearch.client</groupId>
<artifactId>opendistro-sql-jdbc</artifactId>
<version>1.13.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.amazon.opendistroforelasticsearch.client/opendistro-sql-jdbc/
implementation 'com.amazon.opendistroforelasticsearch.client:opendistro-sql-jdbc:1.13.0.0'
// https://jarcasting.com/artifacts/com.amazon.opendistroforelasticsearch.client/opendistro-sql-jdbc/
implementation ("com.amazon.opendistroforelasticsearch.client:opendistro-sql-jdbc:1.13.0.0")
'com.amazon.opendistroforelasticsearch.client:opendistro-sql-jdbc:jar:1.13.0.0'
<dependency org="com.amazon.opendistroforelasticsearch.client" name="opendistro-sql-jdbc" rev="1.13.0.0">
<artifact name="opendistro-sql-jdbc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.amazon.opendistroforelasticsearch.client', module='opendistro-sql-jdbc', version='1.13.0.0')
)
libraryDependencies += "com.amazon.opendistroforelasticsearch.client" % "opendistro-sql-jdbc" % "1.13.0.0"
[com.amazon.opendistroforelasticsearch.client/opendistro-sql-jdbc "1.13.0.0"]