e

event

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