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.

Лицензия

Лицензия

Группа

Группа

com.googlecode.events-on-fire
Идентификатор

Идентификатор

events-on-fire
Последняя версия

Последняя версия

1.2.2
Дата

Дата

Тип

Тип

jar
Описание

Описание

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.

Скачать events-on-fire

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (2)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api Необязательный jar 1.6.1
log4j : log4j Необязательный jar 1.2.16

test (2)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.0.1
org.mockito : mockito-core jar 1.9.0

Модули Проекта

Данный проект не имеет модулей.

Версии библиотеки

Версия
1.2.2
1.2.1
1.2
1.0