j

j8-event

j8 Module j8-event - Fast and flexible event bus.
https://github.com/orbyfied/j8
Apache License 2.0
orbyfied
Files download
File Operation
j8-event-0.1.0_hotfix1.jar download
j8-event-0.1.0_hotfix1.pom download
j8-event-0.1.0_hotfix1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.orbyfied.j8</groupId>
  <artifactId>j8-event</artifactId>
  <version>0.1.0_hotfix1</version>
</dependency>
Gradle Groovy
implementation 'net.orbyfied.j8:j8-event:0.1.0_hotfix1'
Gradle Kotlin
implementation("net.orbyfied.j8:j8-event:0.1.0_hotfix1")
Scala SBT
libraryDependencies += "net.orbyfied.j8" % "j8-event" % "0.1.0_hotfix1"
Groovy Grape
@Grapes(
  @Grab(group='net.orbyfied.j8', module='j8-event', version='0.1.0_hotfix1')
)
Apache Ivy
<dependency org="net.orbyfied.j8" name="j8-event" rev="0.1.0_hotfix1" />
Leiningen
[net.orbyfied.j8/j8-event "0.1.0_hotfix1"]
Apache Buildr
'net.orbyfied.j8:j8-event:jar:0.1.0_hotfix1'