License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcom.github.vivekkothari |
ArtifactId | ArtifactIddata-river-core |
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.
|
Filename | Size |
---|---|
data-river-core-2.0.0.pom | |
data-river-core-2.0.0.jar | 25 KB |
data-river-core-2.0.0-sources.jar | 12 KB |
data-river-core-2.0.0-javadoc.jar | 129 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.vivekkothari/data-river-core/ -->
<dependency>
<groupId>com.github.vivekkothari</groupId>
<artifactId>data-river-core</artifactId>
<version>2.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.vivekkothari/data-river-core/
implementation 'com.github.vivekkothari:data-river-core:2.0.0'
// https://jarcasting.com/artifacts/com.github.vivekkothari/data-river-core/
implementation ("com.github.vivekkothari:data-river-core:2.0.0")
'com.github.vivekkothari:data-river-core:jar:2.0.0'
<dependency org="com.github.vivekkothari" name="data-river-core" rev="2.0.0">
<artifact name="data-river-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.vivekkothari', module='data-river-core', version='2.0.0')
)
libraryDependencies += "com.github.vivekkothari" % "data-river-core" % "2.0.0"
[com.github.vivekkothari/data-river-core "2.0.0"]
Group / Artifact | Type | Version |
---|---|---|
io.dropwizard : dropwizard-core | jar | 2.0.17 |
com.github.vivekkothari : dropwizard-extra-kafka | jar | 0.9.2-1 |
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 |