License |
License |
---|---|
GroupId | GroupIdcom.github.houbb |
ArtifactId | ArtifactIdaop-core |
Last Version | Last Version0.0.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionThe aop tool for java.
|
Filename | Size |
---|---|
aop-core-0.0.3.pom | |
aop-core-0.0.3.jar | 7 KB |
aop-core-0.0.3-sources.jar | 4 KB |
aop-core-0.0.3-javadoc.jar | 51 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.houbb/aop-core/ -->
<dependency>
<groupId>com.github.houbb</groupId>
<artifactId>aop-core</artifactId>
<version>0.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/aop-core/
implementation 'com.github.houbb:aop-core:0.0.3'
// https://jarcasting.com/artifacts/com.github.houbb/aop-core/
implementation ("com.github.houbb:aop-core:0.0.3")
'com.github.houbb:aop-core:jar:0.0.3'
<dependency org="com.github.houbb" name="aop-core" rev="0.0.3">
<artifact name="aop-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='aop-core', version='0.0.3')
)
libraryDependencies += "com.github.houbb" % "aop-core" % "0.0.3"
[com.github.houbb/aop-core "0.0.3"]
Group / Artifact | Type | Version |
---|---|---|
com.github.houbb : heaven | jar | 0.1.112 |
aopalliance : aopalliance | jar | 1.0 |
cglib : cglib | jar | 3.1 |