s

spring-hooks

The goal of Spring Hooks is to provide Spring based annotations to trigger hook methods for a target method.
https://github.com/DinuBerinde/spring-hooks
The Apache License, Version 2.0
Dinu Berinde
Files download
File Operation
spring-hooks-1.1.jar download
spring-hooks-1.1.pom download
spring-hooks-1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.dinuberinde</groupId>
  <artifactId>spring-hooks</artifactId>
  <version>1.1</version>
</dependency>
Gradle Groovy
implementation 'com.dinuberinde:spring-hooks:1.1'
Gradle Kotlin
implementation("com.dinuberinde:spring-hooks:1.1")
Scala SBT
libraryDependencies += "com.dinuberinde" % "spring-hooks" % "1.1"
Groovy Grape
@Grapes(
  @Grab(group='com.dinuberinde', module='spring-hooks', version='1.1')
)
Apache Ivy
<dependency org="com.dinuberinde" name="spring-hooks" rev="1.1" />
Leiningen
[com.dinuberinde/spring-hooks "1.1"]
Apache Buildr
'com.dinuberinde:spring-hooks:jar:1.1'