| License |
License |
|---|---|
| GroupId | GroupIdcom.github.themrmilchmann.mjl |
| ArtifactId | ArtifactIdmjl-events |
| Last Version | Last Version3.0.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMJL Events
A minimal Java library which provides an efficient and modular in-process event-system.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| mjl-events-3.0.0.pom | |
| mjl-events-3.0.0.jar | 19 KB |
| mjl-events-3.0.0-sources.jar | 14 KB |
| mjl-events-3.0.0-javadoc.jar | 403 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |