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