is not current version
Last Version 0.0.3

com.github.houbb:aop 0.0.2

The aop tool for java.

GroupId

GroupId

com.github.houbb
ArtifactId

ArtifactId

aop
Version

Version

0.0.2
Type

Type

pom

Download aop 0.0.2

Filename Size
aop-0.0.2.pom 10 KB
Browse

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