License |
License |
---|---|
GroupId | GroupIdcom.dinuberinde |
ArtifactId | ArtifactIdspring-hooks |
Version | Version1.0 |
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.0.pom | |
spring-hooks-1.0.jar | 11 KB |
spring-hooks-1.0-sources.jar | 9 KB |
spring-hooks-1.0-javadoc.jar | 419 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.dinuberinde/spring-hooks/ -->
<dependency>
<groupId>com.dinuberinde</groupId>
<artifactId>spring-hooks</artifactId>
<version>1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.dinuberinde/spring-hooks/
implementation 'com.dinuberinde:spring-hooks:1.0'
// https://jarcasting.com/artifacts/com.dinuberinde/spring-hooks/
implementation ("com.dinuberinde:spring-hooks:1.0")
'com.dinuberinde:spring-hooks:jar:1.0'
<dependency org="com.dinuberinde" name="spring-hooks" rev="1.0">
<artifact name="spring-hooks" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.dinuberinde', module='spring-hooks', version='1.0')
)
libraryDependencies += "com.dinuberinde" % "spring-hooks" % "1.0"
[com.dinuberinde/spring-hooks "1.0"]
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 |