License |
License |
---|---|
Categories |
CategoriesSearch Business Logic Libraries |
GroupId | GroupIdcom.github.vivekkothari |
ArtifactId | ArtifactIdelastic-search-persister |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionA dropwizard extension which helps to build pipelines to replicate mysql data to
desired datastores.
|
<!-- https://jarcasting.com/artifacts/com.github.vivekkothari/elastic-search-persister/ -->
<dependency>
<groupId>com.github.vivekkothari</groupId>
<artifactId>elastic-search-persister</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vivekkothari/elastic-search-persister/
implementation 'com.github.vivekkothari:elastic-search-persister:2.0.0'
// https://jarcasting.com/artifacts/com.github.vivekkothari/elastic-search-persister/
implementation ("com.github.vivekkothari:elastic-search-persister:2.0.0")
'com.github.vivekkothari:elastic-search-persister:jar:2.0.0'
<dependency org="com.github.vivekkothari" name="elastic-search-persister" rev="2.0.0">
<artifact name="elastic-search-persister" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vivekkothari', module='elastic-search-persister', version='2.0.0')
)
libraryDependencies += "com.github.vivekkothari" % "elastic-search-persister" % "2.0.0"
[com.github.vivekkothari/elastic-search-persister "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.elasticsearch : elasticsearch | jar | 7.10.1 |
org.elasticsearch.client : elasticsearch-rest-high-level-client | jar | 7.10.1 |
com.github.vivekkothari : data-river-core | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.8.0 |
junit : junit | jar | 4.13.1 |
org.mockito : mockito-all | jar | 1.10.19 |