Categories |
CategoriesDex General Purpose Libraries Utility |
---|---|
GroupId | GroupIdcom.github.nicosensei |
ArtifactId | ArtifactIdelastic-index-batch |
Version | Version0.2.1 |
Type | Typejar |
Filename | Size |
---|---|
elastic-index-batch-0.2.1.pom | |
elastic-index-batch-0.2.1.jar | 14 KB |
elastic-index-batch-0.2.1-sources.jar | 6 KB |
elastic-index-batch-0.2.1-javadoc.jar | 76 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.nicosensei/elastic-index-batch/ -->
<dependency>
<groupId>com.github.nicosensei</groupId>
<artifactId>elastic-index-batch</artifactId>
<version>0.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.nicosensei/elastic-index-batch/
implementation 'com.github.nicosensei:elastic-index-batch:0.2.1'
// https://jarcasting.com/artifacts/com.github.nicosensei/elastic-index-batch/
implementation ("com.github.nicosensei:elastic-index-batch:0.2.1")
'com.github.nicosensei:elastic-index-batch:jar:0.2.1'
<dependency org="com.github.nicosensei" name="elastic-index-batch" rev="0.2.1">
<artifact name="elastic-index-batch" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.nicosensei', module='elastic-index-batch', version='0.2.1')
)
libraryDependencies += "com.github.nicosensei" % "elastic-index-batch" % "0.2.1"
[com.github.nicosensei/elastic-index-batch "0.2.1"]