e

event

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