is not current version
Last Version 2.0.0

com.github.vivekkothari:data-river 1.2.1

A dropwizard extension which helps to build pipelines to replicate mysql data to desired datastores.

Categories

Categories

Data
GroupId

GroupId

com.github.vivekkothari
ArtifactId

ArtifactId

data-river
Version

Version

1.2.1
Type

Type

pom

Download data-river 1.2.1

Filename Size
data-river-1.2.1.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/com.github.vivekkothari/data-river/ -->
<dependency>
    <groupId>com.github.vivekkothari</groupId>
    <artifactId>data-river</artifactId>
    <version>1.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.vivekkothari/data-river/
implementation 'com.github.vivekkothari:data-river:1.2.1'
// https://jarcasting.com/artifacts/com.github.vivekkothari/data-river/
implementation ("com.github.vivekkothari:data-river:1.2.1")
'com.github.vivekkothari:data-river:pom:1.2.1'
<dependency org="com.github.vivekkothari" name="data-river" rev="1.2.1">
  <artifact name="data-river" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.vivekkothari', module='data-river', version='1.2.1')
)
libraryDependencies += "com.github.vivekkothari" % "data-river" % "1.2.1"
[com.github.vivekkothari/data-river "1.2.1"]