Last Version

spring-hooks 1.1

The goal of Spring Hooks is to provide Spring based annotations to trigger hook methods for a target method.

License

License

GroupId

GroupId

com.dinuberinde
ArtifactId

ArtifactId

spring-hooks
Version

Version

1.1
Type

Type

jar
Description

Description

spring-hooks
The goal of Spring Hooks is to provide Spring based annotations to trigger hook methods for a target method.
Project URL

Project URL

https://github.com/DinuBerinde/spring-hooks
Source Code Management

Source Code Management

https://github.com/DinuBerinde/spring-hooks

Download spring-hooks 1.1


<!-- https://jarcasting.com/artifacts/com.dinuberinde/spring-hooks/ -->
<dependency>
    <groupId>com.dinuberinde</groupId>
    <artifactId>spring-hooks</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinuberinde/spring-hooks/
implementation 'com.dinuberinde:spring-hooks:1.1'
// https://jarcasting.com/artifacts/com.dinuberinde/spring-hooks/
implementation ("com.dinuberinde:spring-hooks:1.1")
'com.dinuberinde:spring-hooks:jar:1.1'
<dependency org="com.dinuberinde" name="spring-hooks" rev="1.1">
  <artifact name="spring-hooks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinuberinde', module='spring-hooks', version='1.1')
)
libraryDependencies += "com.dinuberinde" % "spring-hooks" % "1.1"
[com.dinuberinde/spring-hooks "1.1"]

Dependencies

compile (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-aop jar 2.6.2

test (2)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar 2.6.2
org.springframework.boot : spring-boot-starter-test jar 2.6.2

Project Modules

There are no modules declared in this project.