Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.github.nicosensei.batch |
ArtifactId | ArtifactIdbatch-tools-elasticsearch |
Version | Version0.5.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei.batch/batch-tools-elasticsearch/ -->
<dependency>
<groupId>com.github.nicosensei.batch</groupId>
<artifactId>batch-tools-elasticsearch</artifactId>
<version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei.batch/batch-tools-elasticsearch/
implementation 'com.github.nicosensei.batch:batch-tools-elasticsearch:0.5.0'
// https://jarcasting.com/artifacts/com.github.nicosensei.batch/batch-tools-elasticsearch/
implementation ("com.github.nicosensei.batch:batch-tools-elasticsearch:0.5.0")
'com.github.nicosensei.batch:batch-tools-elasticsearch:jar:0.5.0'
<dependency org="com.github.nicosensei.batch" name="batch-tools-elasticsearch" rev="0.5.0">
<artifact name="batch-tools-elasticsearch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei.batch', module='batch-tools-elasticsearch', version='0.5.0')
)
libraryDependencies += "com.github.nicosensei.batch" % "batch-tools-elasticsearch" % "0.5.0"
[com.github.nicosensei.batch/batch-tools-elasticsearch "0.5.0"]