e

events4j-handler-simple

Events4J - Simple event handler
https://github.com/philippheuer/events4j
MIT License
Philipp Heuer
Files download
File Operation
events4j-handler-simple-0.9.2.jar download
events4j-handler-simple-0.9.2.pom download
events4j-handler-simple-0.9.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.philippheuer.events4j</groupId>
  <artifactId>events4j-handler-simple</artifactId>
  <version>0.9.2</version>
</dependency>
Gradle Groovy
implementation 'com.github.philippheuer.events4j:events4j-handler-simple:0.9.2'
Gradle Kotlin
implementation("com.github.philippheuer.events4j:events4j-handler-simple:0.9.2")
Scala SBT
libraryDependencies += "com.github.philippheuer.events4j" % "events4j-handler-simple" % "0.9.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.philippheuer.events4j', module='events4j-handler-simple', version='0.9.2')
)
Apache Ivy
<dependency org="com.github.philippheuer.events4j" name="events4j-handler-simple" rev="0.9.2" />
Leiningen
[com.github.philippheuer.events4j/events4j-handler-simple "0.9.2"]
Apache Buildr
'com.github.philippheuer.events4j:events4j-handler-simple:jar:0.9.2'