-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Nurio Fernández edited this page Apr 9, 2023
·
8 revisions
Welcome to the ReflectedEventHandler wiki!
With this event system library, you will be able to create an event-driven architecture in an easy and beautiful way.
<repository>
<id>nurio-repo</id>
<url>https://maven.nurio.me/</url>
</repository>
<dependency>
<groupId>me.nurio</groupId>
<artifactId>events</artifactId>
<version>0.0.5</version>
<scope>compile</scope>
</dependency>