Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdio.github.johendeng |
ArtifactId | ArtifactIdelasticsearch-helper |
Version | Version1.0.0-RELEASE |
Type | Typepom |
Filename | Size |
---|---|
elasticsearch-helper-1.0.0-RELEASE.pom | 9 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.johendeng/elasticsearch-helper/ -->
<dependency>
<groupId>io.github.johendeng</groupId>
<artifactId>elasticsearch-helper</artifactId>
<version>1.0.0-RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.johendeng/elasticsearch-helper/
implementation 'io.github.johendeng:elasticsearch-helper:1.0.0-RELEASE'
// https://jarcasting.com/artifacts/io.github.johendeng/elasticsearch-helper/
implementation ("io.github.johendeng:elasticsearch-helper:1.0.0-RELEASE")
'io.github.johendeng:elasticsearch-helper:pom:1.0.0-RELEASE'
<dependency org="io.github.johendeng" name="elasticsearch-helper" rev="1.0.0-RELEASE">
<artifact name="elasticsearch-helper" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.johendeng', module='elasticsearch-helper', version='1.0.0-RELEASE')
)
libraryDependencies += "io.github.johendeng" % "elasticsearch-helper" % "1.0.0-RELEASE"
[io.github.johendeng/elasticsearch-helper "1.0.0-RELEASE"]