| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.neoremind |
| ArtifactId | ArtifactIdfountain-base |
| Last Version | Last Version1.0.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptionfountain-base
Fountain is a Java based toolkit for syncing MySQL binlog and provide an easy API to process/publish
events.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| fountain-base-1.0.0.pom | 18 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.neoremind/fountain-base/ -->
<dependency>
<groupId>net.neoremind</groupId>
<artifactId>fountain-base</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.neoremind/fountain-base/
implementation 'net.neoremind:fountain-base:1.0.0'
// https://jarcasting.com/artifacts/net.neoremind/fountain-base/
implementation ("net.neoremind:fountain-base:1.0.0")
'net.neoremind:fountain-base:pom:1.0.0'
<dependency org="net.neoremind" name="fountain-base" rev="1.0.0">
<artifact name="fountain-base" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.neoremind', module='fountain-base', version='1.0.0')
)
libraryDependencies += "net.neoremind" % "fountain-base" % "1.0.0"
[net.neoremind/fountain-base "1.0.0"]