<dependency>
<groupId>com.github.ydespreaux.spring.data</groupId>
<artifactId>spring-data-elasticsearch-rest-build</artifactId>
<version>1.1.2</version>
</dependency>
implementation group: 'com.github.ydespreaux.spring.data', name: 'spring-data-elasticsearch-rest-build', version: '1.1.2'
implementation 'com.github.ydespreaux.spring.data:spring-data-elasticsearch-rest-build:1.1.2'
implementation("com.github.ydespreaux.spring.data:spring-data-elasticsearch-rest-build:1.1.2")
libraryDependencies += "com.github.ydespreaux.spring.data" % "spring-data-elasticsearch-rest-build" % "1.1.2"
<dependency org="com.github.ydespreaux.spring.data" name="spring-data-elasticsearch-rest-build" rev="1.1.2"/>
@Grapes(
@Grab(group='com.github.ydespreaux.spring.data', module='spring-data-elasticsearch-rest-build', version='1.1.2')
)
[com.github.ydespreaux.spring.data/spring-data-elasticsearch-rest-build "1.1.2"]
'com.github.ydespreaux.spring.data:spring-data-elasticsearch-rest-build:jar:1.1.2'