is not current version
Last Version 3.0.0

com.github.themrmilchmann.mjl:mjl-events 1.1.3

A minimal Java library which provides an efficient and modular EventBus solution.

GroupId

GroupId

com.github.themrmilchmann.mjl
ArtifactId

ArtifactId

mjl-events
Version

Version

1.1.3
Type

Type

jar

Download mjl-events 1.1.3


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