is not current version
Last Version 0.0.3

com.github.houbb:aop 0.0.1

The aop tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

aop
Version

Version

0.0.1
Type

Type

jar

Download aop 0.0.1


<!-- https://jarcasting.com/artifacts/com.github.houbb/aop/ -->
<dependency>
    <groupId>com.github.houbb</groupId>
    <artifactId>aop</artifactId>
    <version>0.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.houbb/aop/
implementation 'com.github.houbb:aop:0.0.1'
// https://jarcasting.com/artifacts/com.github.houbb/aop/
implementation ("com.github.houbb:aop:0.0.1")
'com.github.houbb:aop:jar:0.0.1'
<dependency org="com.github.houbb" name="aop" rev="0.0.1">
  <artifact name="aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.houbb', module='aop', version='0.0.1')
)
libraryDependencies += "com.github.houbb" % "aop" % "0.0.1"
[com.github.houbb/aop "0.0.1"]