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