is not current version
Last Version 3.3.1

org.greenrobot:eventbus-annotation-processor 3.0.1

Precompiler for EventBus Annotations.

Categories

Categories

EventBus Application Layer Libs Messaging
GroupId

GroupId

org.greenrobot
ArtifactId

ArtifactId

eventbus-annotation-processor
Version

Version

3.0.1
Type

Type

jar

Download eventbus-annotation-processor 3.0.1


<!-- https://jarcasting.com/artifacts/org.greenrobot/eventbus-annotation-processor/ -->
<dependency>
    <groupId>org.greenrobot</groupId>
    <artifactId>eventbus-annotation-processor</artifactId>
    <version>3.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.greenrobot/eventbus-annotation-processor/
implementation 'org.greenrobot:eventbus-annotation-processor:3.0.1'
// https://jarcasting.com/artifacts/org.greenrobot/eventbus-annotation-processor/
implementation ("org.greenrobot:eventbus-annotation-processor:3.0.1")
'org.greenrobot:eventbus-annotation-processor:jar:3.0.1'
<dependency org="org.greenrobot" name="eventbus-annotation-processor" rev="3.0.1">
  <artifact name="eventbus-annotation-processor" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.greenrobot', module='eventbus-annotation-processor', version='3.0.1')
)
libraryDependencies += "org.greenrobot" % "eventbus-annotation-processor" % "3.0.1"
[org.greenrobot/eventbus-annotation-processor "3.0.1"]