MVN

com.azaptree : azaptree-eventbus-service

Maven & Gradle

Jan 13, 2013

EventBus Service · Wrapper around Guava's EventBus. Value adds are: 1. Spring enabled 2. Can be configured to be synchronous / asynchronous 3. Logs warning messages for DeadEvents 4. Spring bean name is used by default as the EventBus identifier, but can be configured to use any identifier

<dependency>
    <groupId>com.azaptree</groupId>
    <artifactId>azaptree-eventbus-service</artifactId>
    <version>0.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.azaptree : azaptree-eventbus-service to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.3

All Versions

Choose a version of com.azaptree : azaptree-eventbus-service to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
azaptree-eventbus-service-0.0.3
azaptree-eventbus-service-0.0.2
azaptree-eventbus-service-0.0.1

How to add a dependency to Maven

Add the following com.azaptree : azaptree-eventbus-service maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.azaptree</groupId>
    <artifactId>azaptree-eventbus-service</artifactId>
    <version>0.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.azaptree : azaptree-eventbus-service gradle dependency to your build.gradle file:

implementation 'com.azaptree:azaptree-eventbus-service:0.0.3'

Gradle Kotlin DSL: Add the following com.azaptree : azaptree-eventbus-service gradle kotlin dependency to your build.gradle.kts file:

implementation("com.azaptree:azaptree-eventbus-service:0.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.azaptree : azaptree-eventbus-service sbt scala dependency to your build.sbt file:

libraryDependencies += "com.azaptree" % "azaptree-eventbus-service" % "0.0.3"

Advertisement