| Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
|---|---|
| GroupId | GroupIdorg.elasticsearch |
| ArtifactId | ArtifactIdrest-api-spec |
| Version | Version7.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| rest-api-spec-7.4.2.pom | |
| rest-api-spec-7.4.2.jar | 343 KB |
| rest-api-spec-7.4.2-sources.jar | 343 KB |
| rest-api-spec-7.4.2-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>7.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.elasticsearch/rest-api-spec/
implementation 'org.elasticsearch:rest-api-spec:7.4.2'
// https://jarcasting.com/artifacts/org.elasticsearch/rest-api-spec/
implementation ("org.elasticsearch:rest-api-spec:7.4.2")
'org.elasticsearch:rest-api-spec:jar:7.4.2'
<dependency org="org.elasticsearch" name="rest-api-spec" rev="7.4.2">
<artifact name="rest-api-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.elasticsearch', module='rest-api-spec', version='7.4.2')
)
libraryDependencies += "org.elasticsearch" % "rest-api-spec" % "7.4.2"
[org.elasticsearch/rest-api-spec "7.4.2"]