| License | License | 
|---|---|
| Categories | CategoriesEventBus Application Layer Libs Messaging | 
| GroupId | GroupIdde.greenrobot | 
| ArtifactId | ArtifactIdeventbus | 
| Last Version | Last Version3.0.0-beta1 | 
| Release Date | Release Date | 
| Type | Typejar | 
| Description | DescriptionEventBus EventBus is a publish/subscribe event bus optimized for Android . | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| eventbus-3.0.0-beta1.pom | |
| eventbus-3.0.0-beta1.jar | 41 KB | 
| eventbus-3.0.0-beta1-sources.jar | 25 KB | 
| eventbus-3.0.0-beta1-javadoc.jar | 100 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.greenrobot/eventbus/ -->
<dependency>
    <groupId>de.greenrobot</groupId>
    <artifactId>eventbus</artifactId>
    <version>3.0.0-beta1</version>
</dependency>// https://jarcasting.com/artifacts/de.greenrobot/eventbus/
implementation 'de.greenrobot:eventbus:3.0.0-beta1'// https://jarcasting.com/artifacts/de.greenrobot/eventbus/
implementation ("de.greenrobot:eventbus:3.0.0-beta1")'de.greenrobot:eventbus:jar:3.0.0-beta1'<dependency org="de.greenrobot" name="eventbus" rev="3.0.0-beta1">
  <artifact name="eventbus" type="jar" />
</dependency>@Grapes(
@Grab(group='de.greenrobot', module='eventbus', version='3.0.0-beta1')
)libraryDependencies += "de.greenrobot" % "eventbus" % "3.0.0-beta1"[de.greenrobot/eventbus "3.0.0-beta1"]