| License |
License
MIT
|
|---|---|
| GroupId | GroupIdca.grimoire |
| ArtifactId | ArtifactIdevent-dispatching |
| Last Version | Last Version1.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionEvent Dispatching Tools
A collection of tools for writing objects that have listeners. Replaces
the JDK's Observer/Observable and Event/EventListener constellations,
sort of.
|
| Project Organization |
Project OrganizationGrimoire Alchymia |
| Filename | Size |
|---|---|
| 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 |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit-dep | jar | 4.5 |
| org.jmock : jmock | jar | 2.5.1 |
| org.jmock : jmock-junit4 | jar | 2.5.1 |