| License |
License |
|---|---|
| Categories |
CategoriesEventBus Application Layer Libs Messaging |
| GroupId | GroupIdorg.greenrobot |
| ArtifactId | ArtifactIdeventbus |
| Last Version | Last Version3.3.1 |
| 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.3.1.pom | |
| eventbus-3.3.1.jar | 57 KB |
| eventbus-3.3.1-sources.jar | 42 KB |
| eventbus-3.3.1-javadoc.jar | 528 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.greenrobot/eventbus/ -->
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.greenrobot/eventbus/
implementation 'org.greenrobot:eventbus:3.3.1'
// https://jarcasting.com/artifacts/org.greenrobot/eventbus/
implementation ("org.greenrobot:eventbus:3.3.1")
'org.greenrobot:eventbus:jar:3.3.1'
<dependency org="org.greenrobot" name="eventbus" rev="3.3.1">
<artifact name="eventbus" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greenrobot', module='eventbus', version='3.3.1')
)
libraryDependencies += "org.greenrobot" % "eventbus" % "3.3.1"
[org.greenrobot/eventbus "3.3.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.greenrobot : eventbus-java | jar | 3.3.1 |