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

org.elasticsearch:rest-api-spec 2.2.2

REST API Specification and tests for use with the Elasticsearch REST Test framework

Категории

Категории

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

Группа

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

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

rest-api-spec
Версия

Версия

2.2.2
Тип

Тип

jar

Скачать rest-api-spec 2.2.2

Имя Файла Размер
rest-api-spec-2.2.2.pom
rest-api-spec-2.2.2.jar 195 KB
Обзор

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