| Categories |
CategoriesData Search Business Logic Libraries Elasticsearch |
|---|---|
| GroupId | GroupIdcom.github.ydespreaux.spring.data |
| ArtifactId | ArtifactIdspring-data-elasticsearch-rest-build |
| Version | Version1.0.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| spring-data-elasticsearch-rest-build-1.0.1.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.1</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.1'
// 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.1")
'com.github.ydespreaux.spring.data:spring-data-elasticsearch-rest-build:pom:1.0.1'
<dependency org="com.github.ydespreaux.spring.data" name="spring-data-elasticsearch-rest-build" rev="1.0.1">
<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.1')
)
libraryDependencies += "com.github.ydespreaux.spring.data" % "spring-data-elasticsearch-rest-build" % "1.0.1"
[com.github.ydespreaux.spring.data/spring-data-elasticsearch-rest-build "1.0.1"]