is not current version
Last Version 8.2.3

org.elasticsearch:rest-api-spec 5.4.2

Elasticsearch subproject :rest-api-spec

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

rest-api-spec
Version

Version

5.4.2
Type

Type

jar

Download rest-api-spec 5.4.2


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