MVN

com.zmannotes.event : event-emitter

Maven & Gradle

Feb 11, 2020
3 usages
0 stars

Lightweight Event Emitter · Both thread-safe and non-thread-safe implementation.

<dependency>
    <groupId>com.zmannotes.event</groupId>
    <artifactId>event-emitter</artifactId>
    <version>0.0.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zmannotes.event : event-emitter to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of com.zmannotes.event : event-emitter to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.0.x
event-emitter-0.0.5
event-emitter-0.0.4

How to add a dependency to Maven

Add the following com.zmannotes.event : event-emitter maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zmannotes.event</groupId>
    <artifactId>event-emitter</artifactId>
    <version>0.0.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zmannotes.event : event-emitter gradle dependency to your build.gradle file:

implementation 'com.zmannotes.event:event-emitter:0.0.5'

Gradle Kotlin DSL: Add the following com.zmannotes.event : event-emitter gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zmannotes.event:event-emitter:0.0.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zmannotes.event : event-emitter sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zmannotes.event" % "event-emitter" % "0.0.5"

Advertisement

Dependencies from Group

Feb 11, 2020
3 usages
0 stars

Discover Dependencies

May 04, 2021
5 usages
Jul 19, 2023
19 usages
2.5k stars
7 usages
43 stars
Jan 11, 2019
3 usages
0 stars
Oct 07, 2005
7 usages
Nov 04, 2015
4 usages
155 stars
Sep 20, 2019
5 usages
0 stars
Oct 23, 2020
4 usages
8.2k stars