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