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