Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcn.xphsc |
ArtifactId | ArtifactIdelasticsearch-rest-plus |
Version | Version1.0.2 |
Type | Typejar |
Filename | Size |
---|---|
elasticsearch-rest-plus-1.0.2.pom | |
elasticsearch-rest-plus-1.0.2.jar | 224 KB |
elasticsearch-rest-plus-1.0.2-sources.jar | 131 KB |
elasticsearch-rest-plus-1.0.2-javadoc.jar | 809 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cn.xphsc/elasticsearch-rest-plus/ -->
<dependency>
<groupId>cn.xphsc</groupId>
<artifactId>elasticsearch-rest-plus</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/cn.xphsc/elasticsearch-rest-plus/
implementation 'cn.xphsc:elasticsearch-rest-plus:1.0.2'
// https://jarcasting.com/artifacts/cn.xphsc/elasticsearch-rest-plus/
implementation ("cn.xphsc:elasticsearch-rest-plus:1.0.2")
'cn.xphsc:elasticsearch-rest-plus:jar:1.0.2'
<dependency org="cn.xphsc" name="elasticsearch-rest-plus" rev="1.0.2">
<artifact name="elasticsearch-rest-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.xphsc', module='elasticsearch-rest-plus', version='1.0.2')
)
libraryDependencies += "cn.xphsc" % "elasticsearch-rest-plus" % "1.0.2"
[cn.xphsc/elasticsearch-rest-plus "1.0.2"]