License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.vivekkothari |
ArtifactId | ArtifactIddata-river |
Last Version | Last Version2.0.0 |
Release Date | Release Date |
Type | Typepom |
Description |
Descriptiondata-river
A dropwizard extension which helps to build pipelines to replicate mysql data to
desired datastores.
|
Project URL |
Project URL |
Filename | Size |
---|---|
data-river-2.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vivekkothari/data-river/ -->
<dependency>
<groupId>com.github.vivekkothari</groupId>
<artifactId>data-river</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vivekkothari/data-river/
implementation 'com.github.vivekkothari:data-river:2.0.0'
// https://jarcasting.com/artifacts/com.github.vivekkothari/data-river/
implementation ("com.github.vivekkothari:data-river:2.0.0")
'com.github.vivekkothari:data-river:pom:2.0.0'
<dependency org="com.github.vivekkothari" name="data-river" rev="2.0.0">
<artifact name="data-river" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vivekkothari', module='data-river', version='2.0.0')
)
libraryDependencies += "com.github.vivekkothari" % "data-river" % "2.0.0"
[com.github.vivekkothari/data-river "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.16 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.mockito : mockito-all | jar | 1.10.19 |