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

org.elasticsearch:rest-api-spec 7.2.1

Elasticsearch subproject :rest-api-spec

Категории

Категории

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

Группа

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

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

rest-api-spec
Версия

Версия

7.2.1
Тип

Тип

jar

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


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