License |
License |
---|---|
GroupId | GroupIdio.github.julianobrl |
ArtifactId | ArtifactIdeasy-events |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionEasyEvents
Easiest way to create and manage java events
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
easy-events-1.2.0.pom | |
easy-events-1.2.0.jar | 9 KB |
easy-events-1.2.0-sources.jar | 5 KB |
easy-events-1.2.0-javadoc.jar | 50 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.julianobrl/easy-events/ -->
<dependency>
<groupId>io.github.julianobrl</groupId>
<artifactId>easy-events</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.julianobrl/easy-events/
implementation 'io.github.julianobrl:easy-events:1.2.0'
// https://jarcasting.com/artifacts/io.github.julianobrl/easy-events/
implementation ("io.github.julianobrl:easy-events:1.2.0")
'io.github.julianobrl:easy-events:jar:1.2.0'
<dependency org="io.github.julianobrl" name="easy-events" rev="1.2.0">
<artifact name="easy-events" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.julianobrl', module='easy-events', version='1.2.0')
)
libraryDependencies += "io.github.julianobrl" % "easy-events" % "1.2.0"
[io.github.julianobrl/easy-events "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.projectlombok : lombok | jar | 1.18.22 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.8.2 |