Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.github.code-cubic |
ArtifactId | ArtifactIdelasticsearch-tool |
Version | Version6.5.4.20201110-RELEASE |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.code-cubic/elasticsearch-tool/ -->
<dependency>
<groupId>com.github.code-cubic</groupId>
<artifactId>elasticsearch-tool</artifactId>
<version>6.5.4.20201110-RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.code-cubic/elasticsearch-tool/
implementation 'com.github.code-cubic:elasticsearch-tool:6.5.4.20201110-RELEASE'
// https://jarcasting.com/artifacts/com.github.code-cubic/elasticsearch-tool/
implementation ("com.github.code-cubic:elasticsearch-tool:6.5.4.20201110-RELEASE")
'com.github.code-cubic:elasticsearch-tool:jar:6.5.4.20201110-RELEASE'
<dependency org="com.github.code-cubic" name="elasticsearch-tool" rev="6.5.4.20201110-RELEASE">
<artifact name="elasticsearch-tool" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.code-cubic', module='elasticsearch-tool', version='6.5.4.20201110-RELEASE')
)
libraryDependencies += "com.github.code-cubic" % "elasticsearch-tool" % "6.5.4.20201110-RELEASE"
[com.github.code-cubic/elasticsearch-tool "6.5.4.20201110-RELEASE"]