| Categories | CategoriesEventBus Application Layer Libs Messaging | 
|---|---|
| GroupId | GroupIdde.greenrobot | 
| ArtifactId | ArtifactIdeventbus | 
| Version | Version2.1.0-beta-1 | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| eventbus-2.1.0-beta-1.pom | |
| eventbus-2.1.0-beta-1.jar | 41 KB | 
| eventbus-2.1.0-beta-1-sources.jar | 25 KB | 
| eventbus-2.1.0-beta-1-javadoc.jar | 100 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/de.greenrobot/eventbus/ -->
<dependency>
    <groupId>de.greenrobot</groupId>
    <artifactId>eventbus</artifactId>
    <version>2.1.0-beta-1</version>
</dependency>// https://jarcasting.com/artifacts/de.greenrobot/eventbus/
implementation 'de.greenrobot:eventbus:2.1.0-beta-1'// https://jarcasting.com/artifacts/de.greenrobot/eventbus/
implementation ("de.greenrobot:eventbus:2.1.0-beta-1")'de.greenrobot:eventbus:jar:2.1.0-beta-1'<dependency org="de.greenrobot" name="eventbus" rev="2.1.0-beta-1">
  <artifact name="eventbus" type="jar" />
</dependency>@Grapes(
@Grab(group='de.greenrobot', module='eventbus', version='2.1.0-beta-1')
)libraryDependencies += "de.greenrobot" % "eventbus" % "2.1.0-beta-1"[de.greenrobot/eventbus "2.1.0-beta-1"]