| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииSearch Прикладные библиотеки |
| Группа | Группаcom.github.vivekkothari |
| Идентификатор | Идентификаторelastic-search-persister |
| Версия | Версия2.0.0 |
| Тип | Типjar |
| Описание |
ОписаниеA 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.16 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-io : commons-io | jar | 2.8.0 |
| junit : junit | jar | 4.13.1 |
| org.mockito : mockito-all | jar | 1.10.19 |