h

halo-events

Tiny event bus like Guava.EventBus
https://github.com/yoojia/HALOEvents
The Apache Software License, Version 2.0
YooJia Chen
Files download
File Operation
halo-events-1.1.jar download
halo-events-1.1.pom download
halo-events-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.yoojia</groupId>
  <artifactId>halo-events</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.github.yoojia:halo-events:1.1'
Gradle Kotlin
implementation("com.github.yoojia:halo-events:1.1")
Scala SBT
libraryDependencies += "com.github.yoojia" % "halo-events" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.github.yoojia', module='halo-events', version='1.1')
)
Apache Ivy
<dependency org="com.github.yoojia" name="halo-events" rev="1.1" />
Leiningen
[com.github.yoojia/halo-events "1.1"]
Apache Buildr
'com.github.yoojia:halo-events:jar:1.1'
Dependencies