MVN

org.intelligents-ia : event-bus

Maven & Gradle

Dec 18, 2014
1 stars

Event Bus · Event bus based on work of Adam Taft.

<dependency>
    <groupId>org.intelligents-ia</groupId>
    <artifactId>event-bus</artifactId>
    <version>1.3.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.intelligents-ia : event-bus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.1

All Versions

Choose a version of org.intelligents-ia : event-bus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
event-bus-1.3.1

How to add a dependency to Maven

Add the following org.intelligents-ia : event-bus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.intelligents-ia</groupId>
    <artifactId>event-bus</artifactId>
    <version>1.3.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.intelligents-ia : event-bus gradle dependency to your build.gradle file:

implementation 'org.intelligents-ia:event-bus:1.3.1'

Gradle Kotlin DSL: Add the following org.intelligents-ia : event-bus gradle kotlin dependency to your build.gradle.kts file:

implementation("org.intelligents-ia:event-bus:1.3.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.intelligents-ia : event-bus sbt scala dependency to your build.sbt file:

libraryDependencies += "org.intelligents-ia" % "event-bus" % "1.3.1"