e

event

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