is not current version
Last Version 8.2.3

org.elasticsearch:rest-api-spec 2.4.1

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

Categories

Categories

Search Business Logic Libraries Elasticsearch
GroupId

GroupId

org.elasticsearch
ArtifactId

ArtifactId

rest-api-spec
Version

Version

2.4.1
Type

Type

jar

Download rest-api-spec 2.4.1


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