MVN

de.greenrobot : eventbus-annotation-processor

Maven & Gradle

Jun 03, 2015
24.5k stars

EventBus Annotation Processor · Precompiler for EventBus Annotations.

<dependency>
    <groupId>de.greenrobot</groupId>
    <artifactId>eventbus-annotation-processor</artifactId>
    <version>3.0.0-beta1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of de.greenrobot : eventbus-annotation-processor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.0.0-beta1
  • Latest Beta: 3.0.0-beta1

All Versions

Choose a version of de.greenrobot : eventbus-annotation-processor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0.x
eventbus-annotation-processor-3.0.0-beta1

How to add a dependency to Maven

Add the following de.greenrobot : eventbus-annotation-processor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>de.greenrobot</groupId>
    <artifactId>eventbus-annotation-processor</artifactId>
    <version>3.0.0-beta1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following de.greenrobot : eventbus-annotation-processor gradle dependency to your build.gradle file:

implementation 'de.greenrobot:eventbus-annotation-processor:3.0.0-beta1'

Gradle Kotlin DSL: Add the following de.greenrobot : eventbus-annotation-processor gradle kotlin dependency to your build.gradle.kts file:

implementation("de.greenrobot:eventbus-annotation-processor:3.0.0-beta1")

How to add a dependency to SBT Scala

SBT Scala: Add the following de.greenrobot : eventbus-annotation-processor sbt scala dependency to your build.sbt file:

libraryDependencies += "de.greenrobot" % "eventbus-annotation-processor" % "3.0.0-beta1"

Advertisement

Dependencies from Group

Nov 12, 2015
33 usages
24.5k stars
Jan 16, 2016
17 usages
1.3k stars
Nov 12, 2015
6 usages
12.6k stars
Nov 12, 2015
4 usages
12.6k stars
Aug 17, 2014
1 usages

Discover Dependencies