Files download
File Operation
rest-api-spec-8.13.3.jar download
rest-api-spec-8.13.3.pom download
rest-api-spec-8.13.3-sources.jar download
Apache Maven
<dependency>
  <groupId>org.elasticsearch</groupId>
  <artifactId>rest-api-spec</artifactId>
  <version>8.13.3</version>
</dependency>
Gradle Groovy
implementation 'org.elasticsearch:rest-api-spec:8.13.3'
Gradle Kotlin
implementation("org.elasticsearch:rest-api-spec:8.13.3")
Scala SBT
libraryDependencies += "org.elasticsearch" % "rest-api-spec" % "8.13.3"
Groovy Grape
@Grapes(
  @Grab(group='org.elasticsearch', module='rest-api-spec', version='8.13.3')
)
Apache Ivy
<dependency org="org.elasticsearch" name="rest-api-spec" rev="8.13.3" />
Leiningen
[org.elasticsearch/rest-api-spec "8.13.3"]
Apache Buildr
'org.elasticsearch:rest-api-spec:jar:8.13.3'
Dependencies
The project has no third-party dependencies