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