| License |
License |
|---|---|
| Categories |
CategoriesEventBus Application Layer Libs Messaging |
| GroupId | GroupIdde.greenrobot |
| ArtifactId | ArtifactIdeventbus |
| Version | Version3.0.0-beta1 |
| 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 | 46 KB |
| eventbus-3.0.0-beta1-sources.jar | 30 KB |
| eventbus-3.0.0-beta1-javadoc.jar | 109 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"]