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