| Лицензия |
Лицензия
MIT
|
|---|---|
| Группа | Группаca.grimoire |
| Идентификатор | Идентификаторevent-dispatching |
| Последняя версия | Последняя версия1.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеEvent Dispatching Tools
A collection of tools for writing objects that have listeners. Replaces
the JDK's Observer/Observable and Event/EventListener constellations,
sort of.
|
| Организация-разработчик |
Организация-разработчикGrimoire Alchymia |
| Имя Файла | Размер |
|---|---|
| event-dispatching-1.0.pom | |
| event-dispatching-1.0.jar | 3 KB |
| event-dispatching-1.0-sources.jar | 1 KB |
| event-dispatching-1.0-javadoc.jar | 26 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/ca.grimoire/event-dispatching/ -->
<dependency>
<groupId>ca.grimoire</groupId>
<artifactId>event-dispatching</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/ca.grimoire/event-dispatching/
implementation 'ca.grimoire:event-dispatching:1.0'
// https://jarcasting.com/artifacts/ca.grimoire/event-dispatching/
implementation ("ca.grimoire:event-dispatching:1.0")
'ca.grimoire:event-dispatching:jar:1.0'
<dependency org="ca.grimoire" name="event-dispatching" rev="1.0">
<artifact name="event-dispatching" type="jar" />
</dependency>
@Grapes(
@Grab(group='ca.grimoire', module='event-dispatching', version='1.0')
)
libraryDependencies += "ca.grimoire" % "event-dispatching" % "1.0"
[ca.grimoire/event-dispatching "1.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit-dep | jar | 4.5 |
| org.jmock : jmock | jar | 2.5.1 |
| org.jmock : jmock-junit4 | jar | 2.5.1 |