| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.neoremind |
| ArtifactId | ArtifactIdfountain-common |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionfountain-common
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-common-1.0.0.pom | |
| fountain-common-1.0.0.jar | 222 KB |
| fountain-common-1.0.0-sources.jar | 139 KB |
| fountain-common-1.0.0-javadoc.jar | 1 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.neoremind/fountain-common/ -->
<dependency>
<groupId>net.neoremind</groupId>
<artifactId>fountain-common</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.neoremind/fountain-common/
implementation 'net.neoremind:fountain-common:1.0.0'
// https://jarcasting.com/artifacts/net.neoremind/fountain-common/
implementation ("net.neoremind:fountain-common:1.0.0")
'net.neoremind:fountain-common:jar:1.0.0'
<dependency org="net.neoremind" name="fountain-common" rev="1.0.0">
<artifact name="fountain-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.neoremind', module='fountain-common', version='1.0.0')
)
libraryDependencies += "net.neoremind" % "fountain-common" % "1.0.0"
[net.neoremind/fountain-common "1.0.0"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.4 |
| org.apache.commons : commons-lang3 | jar | 3.3.2 |
| org.slf4j : slf4j-api | jar | 1.7.10 |
| org.slf4j : slf4j-log4j12 | jar | 1.7.10 |
| com.google.protobuf : protobuf-java | jar | 2.5.0 |
| org.codehaus.jackson : jackson-mapper-asl | jar | 1.9.9 |
| org.codehaus.jackson : jackson-core-asl | jar | 1.9.9 |
| org.codehaus.jackson : jackson-smile | jar | 1.9.9 |
| Group / Artifact | Type | Version |
|---|---|---|
| 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 |