| License |
License |
|---|---|
| GroupId | GroupIdcom.dinuberinde |
| ArtifactId | ArtifactIdspring-hooks |
| Last Version | Last Version1.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionspring-hooks
The goal of Spring Hooks is to provide Spring based annotations to trigger hook methods for a target method.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| spring-hooks-1.1.pom | |
| spring-hooks-1.1.jar | 11 KB |
| spring-hooks-1.1-sources.jar | 9 KB |
| spring-hooks-1.1-javadoc.jar | 419 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | 2.6.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 |