Last Version

Events On Fire 1.2.2

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.

License

License

GroupId

GroupId

com.googlecode.events-on-fire
ArtifactId

ArtifactId

events-on-fire
Version

Version

1.2.2
Type

Type

jar
Description

Description

Events On Fire
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.

Download events-on-fire 1.2.2


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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api Optional jar 1.6.1
log4j : log4j Optional jar 1.2.16

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.0.1
org.mockito : mockito-core jar 1.9.0

Project Modules

There are no modules declared in this project.