h

handlers

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