| Categories | CategoriesEventBus Application Layer Libs Messaging | 
|---|---|
| GroupId | GroupIdcom.github.edgar615 | 
| ArtifactId | ArtifactIdeventbus | 
| Last Version | Last Version1.0.11 | 
| Release Date | Release Date | 
| Type | Typepom | 
| Description | DescriptionSonatype helps open source projects to set up Maven repositories on https://oss.sonatype.org/ | 
| Filename | Size | 
|---|---|
| eventbus-1.0.11.pom | 7 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/com.github.edgar615/eventbus/ -->
<dependency>
    <groupId>com.github.edgar615</groupId>
    <artifactId>eventbus</artifactId>
    <version>1.0.11</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/com.github.edgar615/eventbus/
implementation 'com.github.edgar615:eventbus:1.0.11'// https://jarcasting.com/artifacts/com.github.edgar615/eventbus/
implementation ("com.github.edgar615:eventbus:1.0.11")'com.github.edgar615:eventbus:pom:1.0.11'<dependency org="com.github.edgar615" name="eventbus" rev="1.0.11">
  <artifact name="eventbus" type="pom" />
</dependency>@Grapes(
@Grab(group='com.github.edgar615', module='eventbus', version='1.0.11')
)libraryDependencies += "com.github.edgar615" % "eventbus" % "1.0.11"[com.github.edgar615/eventbus "1.0.11"]