MJL Events

A minimal Java library which provides an efficient and modular in-process event-system.

License

License

GroupId

GroupId

com.github.themrmilchmann.mjl
ArtifactId

ArtifactId

mjl-events
Last Version

Last Version

3.0.0
Release Date

Release Date

Type

Type

jar
Description

Description

MJL Events
A minimal Java library which provides an efficient and modular in-process event-system.
Project URL

Project URL

https://github.com/TheMrMilchmann/MJLEvents
Source Code Management

Source Code Management

https://github.com/TheMrMilchmann/MJLEvents.git

Download mjl-events

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : jsr305 jar 3.0.2

Project Modules

There are no modules declared in this project.

Versions

Version
3.0.0
2.0.1
2.0.0
1.2.0
1.1.3
1.1.2
1.1.1
1.1.0
1.0.0