is not current version
Last Version 1.2.2

com.googlecode.events-on-fire:events-on-fire 1.0

The repeated implementation of the listener pattern for Java is a boring task which cannot be easily abstracted. Events-On-Fire is a way to get rid of this. Events-On-Fire offers a simple mechanism to fire events across your application without the need for any configuration and without the danger of memory leaks.

GroupId

GroupId

com.googlecode.events-on-fire
ArtifactId

ArtifactId

events-on-fire
Version

Version

1.0
Type

Type

jar

Download events-on-fire 1.0


<!-- https://jarcasting.com/artifacts/com.googlecode.events-on-fire/events-on-fire/ -->
<dependency>
    <groupId>com.googlecode.events-on-fire</groupId>
    <artifactId>events-on-fire</artifactId>
    <version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.events-on-fire/events-on-fire/
implementation 'com.googlecode.events-on-fire:events-on-fire:1.0'
// https://jarcasting.com/artifacts/com.googlecode.events-on-fire/events-on-fire/
implementation ("com.googlecode.events-on-fire:events-on-fire:1.0")
'com.googlecode.events-on-fire:events-on-fire:jar:1.0'
<dependency org="com.googlecode.events-on-fire" name="events-on-fire" rev="1.0">
  <artifact name="events-on-fire" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.events-on-fire', module='events-on-fire', version='1.0')
)
libraryDependencies += "com.googlecode.events-on-fire" % "events-on-fire" % "1.0"
[com.googlecode.events-on-fire/events-on-fire "1.0"]