не последняя версия
Последняя версия 2.7.0

org.elasticsearch:elasticsearch-transport-wares 2.2.0

The wares transport plugin allows to use the REST interface over servlets.

Категории

Категории

Search Прикладные библиотеки Elasticsearch
Группа

Группа

org.elasticsearch
Идентификатор

Идентификатор

elasticsearch-transport-wares
Версия

Версия

2.2.0
Тип

Тип

jar

Скачать elasticsearch-transport-wares 2.2.0


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