e

event-emitter

Both thread-safe and non-thread-safe implementation.
https://github.com/zman2013/event-emitter
The Apache License, Version 2.0
Zhiyuan Man
Files download
File Operation
event-emitter-0.0.5.jar download
event-emitter-0.0.5.pom download
event-emitter-0.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.zmannotes.event</groupId>
  <artifactId>event-emitter</artifactId>
  <version>0.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.zmannotes.event:event-emitter:0.0.5'
Gradle Kotlin
implementation("com.zmannotes.event:event-emitter:0.0.5")
Scala SBT
libraryDependencies += "com.zmannotes.event" % "event-emitter" % "0.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.zmannotes.event', module='event-emitter', version='0.0.5')
)
Apache Ivy
<dependency org="com.zmannotes.event" name="event-emitter" rev="0.0.5" />
Leiningen
[com.zmannotes.event/event-emitter "0.0.5"]
Apache Buildr
'com.zmannotes.event:event-emitter:jar:0.0.5'