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