is not current version
Last Version 3.0.0

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

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

GroupId

GroupId

com.github.themrmilchmann.mjl
ArtifactId

ArtifactId

mjl-events
Version

Version

1.1.1
Type

Type

jar

Download mjl-events 1.1.1


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