Categories |
CategoriesData Search Business Logic Libraries Elasticsearch |
---|---|
GroupId | GroupIdcom.github.wz2cool |
ArtifactId | ArtifactIdspring-data-elasticsearch-extension |
Version | Version0.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.wz2cool/spring-data-elasticsearch-extension/ -->
<dependency>
<groupId>com.github.wz2cool</groupId>
<artifactId>spring-data-elasticsearch-extension</artifactId>
<version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.wz2cool/spring-data-elasticsearch-extension/
implementation 'com.github.wz2cool:spring-data-elasticsearch-extension:0.0.1'
// https://jarcasting.com/artifacts/com.github.wz2cool/spring-data-elasticsearch-extension/
implementation ("com.github.wz2cool:spring-data-elasticsearch-extension:0.0.1")
'com.github.wz2cool:spring-data-elasticsearch-extension:jar:0.0.1'
<dependency org="com.github.wz2cool" name="spring-data-elasticsearch-extension" rev="0.0.1">
<artifact name="spring-data-elasticsearch-extension" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.wz2cool', module='spring-data-elasticsearch-extension', version='0.0.1')
)
libraryDependencies += "com.github.wz2cool" % "spring-data-elasticsearch-extension" % "0.0.1"
[com.github.wz2cool/spring-data-elasticsearch-extension "0.0.1"]