License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.neoremind |
ArtifactId | ArtifactIdfountain-producer |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfountain-producer
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-producer-1.0.0.pom | |
fountain-producer-1.0.0.jar | 143 KB |
fountain-producer-1.0.0-sources.jar | 95 KB |
fountain-producer-1.0.0-javadoc.jar | 650 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.neoremind/fountain-producer/ -->
<dependency>
<groupId>net.neoremind</groupId>
<artifactId>fountain-producer</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.neoremind/fountain-producer/
implementation 'net.neoremind:fountain-producer:1.0.0'
// https://jarcasting.com/artifacts/net.neoremind/fountain-producer/
implementation ("net.neoremind:fountain-producer:1.0.0")
'net.neoremind:fountain-producer:jar:1.0.0'
<dependency org="net.neoremind" name="fountain-producer" rev="1.0.0">
<artifact name="fountain-producer" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.neoremind', module='fountain-producer', version='1.0.0')
)
libraryDependencies += "net.neoremind" % "fountain-producer" % "1.0.0"
[net.neoremind/fountain-producer "1.0.0"]
Group / Artifact | Type | Version |
---|---|---|
net.neoremind : fountain-common | jar | 1.0.0 |
net.neoremind : ha-guard | jar | 1.0.0 |
org.springframework : spring-beans | jar | 3.1.2.RELEASE |
org.springframework : spring-context | jar | 3.1.2.RELEASE |
org.springframework : spring-context-support | jar | 3.1.2.RELEASE |
org.springframework : spring-core | jar | 3.1.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
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 |
com.google.guava : guava | jar | 18.0 |