h

handlers

Handlers to be applied on events processing.
https://hexagonkt.com
MIT
Juanjo Aguililla
Files download
File Operation
handlers-3.0.0-B3.jar download
handlers-3.0.0-B3.pom download
handlers-3.0.0-B3-sources.jar download
Apache Maven
<dependency>
  <groupId>com.hexagonkt</groupId>
  <artifactId>handlers</artifactId>
  <version>3.0.0-B3</version>
</dependency>
Gradle Groovy
implementation 'com.hexagonkt:handlers:3.0.0-B3'
Gradle Kotlin
implementation("com.hexagonkt:handlers:3.0.0-B3")
Scala SBT
libraryDependencies += "com.hexagonkt" % "handlers" % "3.0.0-B3"
Groovy Grape
@Grapes(
  @Grab(group='com.hexagonkt', module='handlers', version='3.0.0-B3')
)
Apache Ivy
<dependency org="com.hexagonkt" name="handlers" rev="3.0.0-B3" />
Leiningen
[com.hexagonkt/handlers "3.0.0-B3"]
Apache Buildr
'com.hexagonkt:handlers:jar:3.0.0-B3'