| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.neoremind |
| ArtifactId | ArtifactIdfountain-sync |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfountain-sync
Fountain is a Java based toolkit for syncing MySQL binlog and provide an easy API to process/publish
events.
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fountain-sync-1.0.0.pom | |
| fountain-sync-1.0.0.jar | 47 KB |
| fountain-sync-1.0.0-sources.jar | 26 KB |
| fountain-sync-1.0.0-javadoc.jar | 113 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.neoremind/fountain-sync/ -->
<dependency>
<groupId>net.neoremind</groupId>
<artifactId>fountain-sync</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.neoremind/fountain-sync/
implementation 'net.neoremind:fountain-sync:1.0.0'
// https://jarcasting.com/artifacts/net.neoremind/fountain-sync/
implementation ("net.neoremind:fountain-sync:1.0.0")
'net.neoremind:fountain-sync:jar:1.0.0'
<dependency org="net.neoremind" name="fountain-sync" rev="1.0.0">
<artifact name="fountain-sync" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.neoremind', module='fountain-sync', version='1.0.0')
)
libraryDependencies += "net.neoremind" % "fountain-sync" % "1.0.0"
[net.neoremind/fountain-sync "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| net.neoremind : fountain-producer | jar | 1.0.0 |
| net.neoremind : consumer-spi | jar | 1.0.0 |
| net.neoremind : fountain-zk-support | jar | 1.0.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.guava : guava | jar | 18.0 |
| org.springframework : spring-test | jar | 3.1.2.RELEASE |
| org.hamcrest : hamcrest-core | jar | 1.3 |
| org.hamcrest : hamcrest-library | jar | 1.3 |
| junit : junit | jar | 4.11 |