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