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