| License |
License |
|---|---|
| Categories |
CategoriesEventBus Application Layer Libs Messaging |
| GroupId | GroupIdcom.gitblit.fathom |
| ArtifactId | ArtifactIdfathom-eventbus |
| Version | Version1.0.1 |
| Type | Typejar |
| Description |
DescriptionFathom-EventBus
EventBus integration based on the Guava EventBus
|
| Filename | Size |
|---|---|
| fathom-eventbus-1.0.1.pom | |
| fathom-eventbus-1.0.1.jar | 3 KB |
| fathom-eventbus-1.0.1-sources.jar | 3 KB |
| fathom-eventbus-1.0.1-javadoc.jar | 27 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-eventbus/ -->
<dependency>
<groupId>com.gitblit.fathom</groupId>
<artifactId>fathom-eventbus</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-eventbus/
implementation 'com.gitblit.fathom:fathom-eventbus:1.0.1'
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-eventbus/
implementation ("com.gitblit.fathom:fathom-eventbus:1.0.1")
'com.gitblit.fathom:fathom-eventbus:jar:1.0.1'
<dependency org="com.gitblit.fathom" name="fathom-eventbus" rev="1.0.1">
<artifact name="fathom-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitblit.fathom', module='fathom-eventbus', version='1.0.1')
)
libraryDependencies += "com.gitblit.fathom" % "fathom-eventbus" % "1.0.1"
[com.gitblit.fathom/fathom-eventbus "1.0.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.gitblit.fathom : fathom-core | jar | 1.0.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.kohsuke.metainf-services : metainf-services | jar | 1.7 |