Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.github.obourgain |
ArtifactId | ArtifactIdelasticsearch-batch |
Version | Version0.1 |
Type | Typejar |
Filename | Size |
---|---|
elasticsearch-batch-0.1.pom | |
elasticsearch-batch-0.1.jar | 9 KB |
elasticsearch-batch-0.1-sources.jar | 4 KB |
elasticsearch-batch-0.1-javadoc.jar | 33 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.obourgain/elasticsearch-batch/ -->
<dependency>
<groupId>com.github.obourgain</groupId>
<artifactId>elasticsearch-batch</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.obourgain/elasticsearch-batch/
implementation 'com.github.obourgain:elasticsearch-batch:0.1'
// https://jarcasting.com/artifacts/com.github.obourgain/elasticsearch-batch/
implementation ("com.github.obourgain:elasticsearch-batch:0.1")
'com.github.obourgain:elasticsearch-batch:jar:0.1'
<dependency org="com.github.obourgain" name="elasticsearch-batch" rev="0.1">
<artifact name="elasticsearch-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.obourgain', module='elasticsearch-batch', version='0.1')
)
libraryDependencies += "com.github.obourgain" % "elasticsearch-batch" % "0.1"
[com.github.obourgain/elasticsearch-batch "0.1"]