| GroupId | GroupIdcom.github.themrmilchmann.mjl |
|---|---|
| ArtifactId | ArtifactIdmjl-events |
| Version | Version1.1.1 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mjl-events-1.1.1.pom | |
| mjl-events-1.1.1.jar | 19 KB |
| mjl-events-1.1.1-sources.jar | 14 KB |
| mjl-events-1.1.1-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>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"]