Files download
File Operation
SimpleEventBus-1.1.0.jar download
SimpleEventBus-1.1.0.pom download
SimpleEventBus-1.1.0-sources.jar download
Apache Maven
<dependency>
  <groupId>xyz.deftu.eventbus</groupId>
  <artifactId>SimpleEventBus</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'xyz.deftu.eventbus:SimpleEventBus:1.1.0'
Gradle Kotlin
implementation("xyz.deftu.eventbus:SimpleEventBus:1.1.0")
Scala SBT
libraryDependencies += "xyz.deftu.eventbus" % "SimpleEventBus" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='xyz.deftu.eventbus', module='SimpleEventBus', version='1.1.0')
)
Apache Ivy
<dependency org="xyz.deftu.eventbus" name="SimpleEventBus" rev="1.1.0" />
Leiningen
[xyz.deftu.eventbus/SimpleEventBus "1.1.0"]
Apache Buildr
'xyz.deftu.eventbus:SimpleEventBus:jar:1.1.0'
Dependencies
The project has no third-party dependencies