Download event-manager-1.0.0.jar file - Jar e

Jar examples for e:event-manager

Description

A library to deal with event subscriptions and dispatches

You can download jar file event-manager 1.0.0 in this page.

License

GNU Lesser General Public License v3.0 or later

Build File

You can use the following script to add event-manager-1.0.0.jar to your project.

<dependency>
   <groupId>com.github.thehilikus.events</groupId>
   <artifactId>event-manager</artifactId>
   <version>1.0.0</version>
</dependency>
compile group: 'com.github.thehilikus.events', name: 'event-manager', version: '1.0.0'
libraryDependencies += "com.github.thehilikus.events" % "event-manager" % "1.0.0"
<dependency org="com.github.thehilikus.events" name="event-manager" rev="1.0.0"/>
@Grapes(@Grab(group='com.github.thehilikus.events', module='event-manager', version='1.0.0'))
'com.github.thehilikus.events:event-manager:jar:1.0.0'

Download

Click the following link to download the jar file.

event-manager-1.0.0-javadoc.jar
event-manager-1.0.0-sources.jar
event-manager-1.0.0.jar
event-manager-1.0.0.pom



Related Tutorials