License |
License |
---|---|
Categories |
CategoriesEventBus Application Layer Libs Messaging |
GroupId | GroupIdorg.greenrobot |
ArtifactId | ArtifactIdeventbus-annotation-processor |
Last Version | Last Version3.3.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEventBus Annotation Processor
Precompiler for EventBus Annotations.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.greenrobot/eventbus-annotation-processor/ -->
<dependency>
<groupId>org.greenrobot</groupId>
<artifactId>eventbus-annotation-processor</artifactId>
<version>3.3.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.greenrobot/eventbus-annotation-processor/
implementation 'org.greenrobot:eventbus-annotation-processor:3.3.1'
// https://jarcasting.com/artifacts/org.greenrobot/eventbus-annotation-processor/
implementation ("org.greenrobot:eventbus-annotation-processor:3.3.1")
'org.greenrobot:eventbus-annotation-processor:jar:3.3.1'
<dependency org="org.greenrobot" name="eventbus-annotation-processor" rev="3.3.1">
<artifact name="eventbus-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greenrobot', module='eventbus-annotation-processor', version='3.3.1')
)
libraryDependencies += "org.greenrobot" % "eventbus-annotation-processor" % "3.3.1"
[org.greenrobot/eventbus-annotation-processor "3.3.1"]
Group / Artifact | Type | Version |
---|---|---|
org.greenrobot : eventbus-java | jar | 3.3.1 |
de.greenrobot : java-common | jar | 2.3.1 |