Files download
File Operation
harmonysoft-event-bus-api-1.86.0.jar download
harmonysoft-event-bus-api-1.86.0.pom download
harmonysoft-event-bus-api-1.86.0-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.harmonysoft</groupId>
  <artifactId>harmonysoft-event-bus-api</artifactId>
  <version>1.86.0</version>
</dependency>
Gradle Groovy
implementation 'tech.harmonysoft:harmonysoft-event-bus-api:1.86.0'
Gradle Kotlin
implementation("tech.harmonysoft:harmonysoft-event-bus-api:1.86.0")
Scala SBT
libraryDependencies += "tech.harmonysoft" % "harmonysoft-event-bus-api" % "1.86.0"
Groovy Grape
@Grapes(
  @Grab(group='tech.harmonysoft', module='harmonysoft-event-bus-api', version='1.86.0')
)
Apache Ivy
<dependency org="tech.harmonysoft" name="harmonysoft-event-bus-api" rev="1.86.0" />
Leiningen
[tech.harmonysoft/harmonysoft-event-bus-api "1.86.0"]
Apache Buildr
'tech.harmonysoft:harmonysoft-event-bus-api:jar:1.86.0'