License |
License |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdaop-spring |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe aop tool for java.
|
Filename | Size |
---|---|
aop-spring-0.0.3.pom | |
aop-spring-0.0.3.jar | 3 KB |
aop-spring-0.0.3-sources.jar | 5 KB |
aop-spring-0.0.3-javadoc.jar | 32 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/aop-spring/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>aop-spring</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/aop-spring/
implementation 'com.github.houbb:aop-spring:0.0.3'
// https://jarcasting.com/artifacts/com.github.houbb/aop-spring/
implementation ("com.github.houbb:aop-spring:0.0.3")
'com.github.houbb:aop-spring:jar:0.0.3'
<dependency org="com.github.houbb" name="aop-spring" rev="0.0.3">
<artifact name="aop-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='aop-spring', version='0.0.3')
)
libraryDependencies += "com.github.houbb" % "aop-spring" % "0.0.3"
[com.github.houbb/aop-spring "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : aop-core | jar | 0.0.3 |
org.springframework : spring-aop | jar | 4.3.24.RELEASE |
org.springframework : spring-context | jar | 4.3.24.RELEASE |
org.aspectj : aspectjweaver | jar | 1.8.5 |
org.aspectj : aspectjrt | jar | 1.8.5 |