License |
License |
---|---|
Categories |
CategoriesData Search Business Logic Libraries Elasticsearch |
GroupId | GroupIdcom.github.ydespreaux.spring.data |
ArtifactId | ArtifactIdspring-data-elasticsearch-rest-starter |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionspring-data-elasticsearch-rest-starter
Data Elasticsearch with RestClient
|
Project URL |
Project URL |
<!-- https://jarcasting.com/artifacts/com.github.ydespreaux.spring.data/spring-data-elasticsearch-rest-starter/ -->
<dependency>
<groupId>com.github.ydespreaux.spring.data</groupId>
<artifactId>spring-data-elasticsearch-rest-starter</artifactId>
<version>1.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.ydespreaux.spring.data/spring-data-elasticsearch-rest-starter/
implementation 'com.github.ydespreaux.spring.data:spring-data-elasticsearch-rest-starter:1.1.2'
// https://jarcasting.com/artifacts/com.github.ydespreaux.spring.data/spring-data-elasticsearch-rest-starter/
implementation ("com.github.ydespreaux.spring.data:spring-data-elasticsearch-rest-starter:1.1.2")
'com.github.ydespreaux.spring.data:spring-data-elasticsearch-rest-starter:jar:1.1.2'
<dependency org="com.github.ydespreaux.spring.data" name="spring-data-elasticsearch-rest-starter" rev="1.1.2">
<artifact name="spring-data-elasticsearch-rest-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.ydespreaux.spring.data', module='spring-data-elasticsearch-rest-starter', version='1.1.2')
)
libraryDependencies += "com.github.ydespreaux.spring.data" % "spring-data-elasticsearch-rest-starter" % "1.1.2"
[com.github.ydespreaux.spring.data/spring-data-elasticsearch-rest-starter "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.github.ydespreaux.spring.data : spring-data-elasticsearch-rest | jar | 1.1.2 |
org.springframework.boot : spring-boot-starter | jar | 2.1.4.RELEASE |
org.projectlombok : lombok | jar | 1.18.6 |
Group / Artifact | Type | Version |
---|---|---|
io.projectreactor : reactor-core | jar |
Group / Artifact | Type | Version |
---|---|---|
com.github.ydespreaux.testcontainers : testcontainers-elasticsearch | jar | 1.2.3 |
org.springframework.boot : spring-boot-starter-test | jar | 2.1.4.RELEASE |
org.junit.jupiter : junit-jupiter | jar | 5.4.2 |
org.junit.vintage : junit-vintage-engine | jar | 5.4.2 |
org.testcontainers : junit-jupiter | jar | 1.11.2 |
commons-lang : commons-lang | jar | 2.6 |