Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.github.xphsc |
ArtifactId | ArtifactIdelasticsearch-rest-plus |
Version | Version1.0.1-RC |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.xphsc/elasticsearch-rest-plus/ -->
<dependency>
<groupId>com.github.xphsc</groupId>
<artifactId>elasticsearch-rest-plus</artifactId>
<version>1.0.1-RC</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.xphsc/elasticsearch-rest-plus/
implementation 'com.github.xphsc:elasticsearch-rest-plus:1.0.1-RC'
// https://jarcasting.com/artifacts/com.github.xphsc/elasticsearch-rest-plus/
implementation ("com.github.xphsc:elasticsearch-rest-plus:1.0.1-RC")
'com.github.xphsc:elasticsearch-rest-plus:jar:1.0.1-RC'
<dependency org="com.github.xphsc" name="elasticsearch-rest-plus" rev="1.0.1-RC">
<artifact name="elasticsearch-rest-plus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.xphsc', module='elasticsearch-rest-plus', version='1.0.1-RC')
)
libraryDependencies += "com.github.xphsc" % "elasticsearch-rest-plus" % "1.0.1-RC"
[com.github.xphsc/elasticsearch-rest-plus "1.0.1-RC"]