Categories |
CategoriesData Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.strapdata.elasticsearch |
ArtifactId | ArtifactIdrest-api-spec |
Version | Version6.2.3.23 |
Type | Typejar |
Filename | Size |
---|---|
rest-api-spec-6.2.3.23.pom | |
rest-api-spec-6.2.3.23.jar | 257 KB |
rest-api-spec-6.2.3.23-sources.jar | 257 KB |
rest-api-spec-6.2.3.23-javadoc.jar | 4 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.strapdata.elasticsearch/rest-api-spec/ -->
<dependency>
<groupId>com.strapdata.elasticsearch</groupId>
<artifactId>rest-api-spec</artifactId>
<version>6.2.3.23</version>
</dependency>
// https://jarcasting.com/artifacts/com.strapdata.elasticsearch/rest-api-spec/
implementation 'com.strapdata.elasticsearch:rest-api-spec:6.2.3.23'
// https://jarcasting.com/artifacts/com.strapdata.elasticsearch/rest-api-spec/
implementation ("com.strapdata.elasticsearch:rest-api-spec:6.2.3.23")
'com.strapdata.elasticsearch:rest-api-spec:jar:6.2.3.23'
<dependency org="com.strapdata.elasticsearch" name="rest-api-spec" rev="6.2.3.23">
<artifact name="rest-api-spec" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.strapdata.elasticsearch', module='rest-api-spec', version='6.2.3.23')
)
libraryDependencies += "com.strapdata.elasticsearch" % "rest-api-spec" % "6.2.3.23"
[com.strapdata.elasticsearch/rest-api-spec "6.2.3.23"]