e

event

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