| Categories |
CategoriesEventBus Application Layer Libs Messaging |
|---|---|
| GroupId | GroupIdcom.gitblit.fathom |
| ArtifactId | ArtifactIdfathom-eventbus |
| Version | Version0.8.4 |
| Type | Typejar |
| Filename | Size |
|---|---|
| fathom-eventbus-0.8.4.pom | |
| fathom-eventbus-0.8.4.jar | 3 KB |
| fathom-eventbus-0.8.4-sources.jar | 2 KB |
| fathom-eventbus-0.8.4-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>0.8.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-eventbus/
implementation 'com.gitblit.fathom:fathom-eventbus:0.8.4'
// https://jarcasting.com/artifacts/com.gitblit.fathom/fathom-eventbus/
implementation ("com.gitblit.fathom:fathom-eventbus:0.8.4")
'com.gitblit.fathom:fathom-eventbus:jar:0.8.4'
<dependency org="com.gitblit.fathom" name="fathom-eventbus" rev="0.8.4">
<artifact name="fathom-eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.gitblit.fathom', module='fathom-eventbus', version='0.8.4')
)
libraryDependencies += "com.gitblit.fathom" % "fathom-eventbus" % "0.8.4"
[com.gitblit.fathom/fathom-eventbus "0.8.4"]