e

event-method-asm

An event bus.
https://github.com/KyoriPowered/event/
MIT License
kashike
Files download
File Operation
event-method-asm-2.0.1.jar download
event-method-asm-2.0.1.pom download
event-method-asm-2.0.1-sources.jar download
Apache Maven
<dependency>
  <groupId>net.kyori</groupId>
  <artifactId>event-method-asm</artifactId>
  <version>2.0.1</version>
</dependency>
Gradle Groovy
implementation 'net.kyori:event-method-asm:2.0.1'
Gradle Kotlin
implementation("net.kyori:event-method-asm:2.0.1")
Scala SBT
libraryDependencies += "net.kyori" % "event-method-asm" % "2.0.1"
Groovy Grape
@Grapes(
  @Grab(group='net.kyori', module='event-method-asm', version='2.0.1')
)
Apache Ivy
<dependency org="net.kyori" name="event-method-asm" rev="2.0.1" />
Leiningen
[net.kyori/event-method-asm "2.0.1"]
Apache Buildr
'net.kyori:event-method-asm:jar:2.0.1'