License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
GroupId | GroupIdorg.elasticsearch |
ArtifactId | ArtifactIdrest-api-spec |
Last Version | Last Version8.2.3 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionrest-api-spec
Elasticsearch subproject :rest-api-spec
|
Project URL |
Project URL |
Filename | Size |
---|---|
rest-api-spec-8.2.3.pom | |
rest-api-spec-8.2.3.jar | 379 KB |
rest-api-spec-8.2.3-sources.jar | 379 KB |
rest-api-spec-8.2.3-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.elasticsearch/rest-api-spec/ -->
<dependency>
<groupId>org.elasticsearch</groupId>
<artifactId>rest-api-spec</artifactId>
<version>8.2.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/rest-api-spec/
implementation 'org.elasticsearch:rest-api-spec:8.2.3'
// https://jarcasting.com/artifacts/org.elasticsearch/rest-api-spec/
implementation ("org.elasticsearch:rest-api-spec:8.2.3")
'org.elasticsearch:rest-api-spec:jar:8.2.3'
<dependency org="org.elasticsearch" name="rest-api-spec" rev="8.2.3">
<artifact name="rest-api-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='rest-api-spec', version='8.2.3')
)
libraryDependencies += "org.elasticsearch" % "rest-api-spec" % "8.2.3"
[org.elasticsearch/rest-api-spec "8.2.3"]