Categories |
CategoriesSearch Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdtech.mhuang |
ArtifactId | ArtifactIdhmtool-ext-elasticsearch-springboot |
Version | Version1.6.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-elasticsearch-springboot/ -->
<dependency>
<groupId>tech.mhuang</groupId>
<artifactId>hmtool-ext-elasticsearch-springboot</artifactId>
<version>1.6.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-elasticsearch-springboot/
implementation 'tech.mhuang:hmtool-ext-elasticsearch-springboot:1.6.1'
// https://jarcasting.com/artifacts/tech.mhuang/hmtool-ext-elasticsearch-springboot/
implementation ("tech.mhuang:hmtool-ext-elasticsearch-springboot:1.6.1")
'tech.mhuang:hmtool-ext-elasticsearch-springboot:jar:1.6.1'
<dependency org="tech.mhuang" name="hmtool-ext-elasticsearch-springboot" rev="1.6.1">
<artifact name="hmtool-ext-elasticsearch-springboot" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.mhuang', module='hmtool-ext-elasticsearch-springboot', version='1.6.1')
)
libraryDependencies += "tech.mhuang" % "hmtool-ext-elasticsearch-springboot" % "1.6.1"
[tech.mhuang/hmtool-ext-elasticsearch-springboot "1.6.1"]