is not current version
Last Version 1.0.5.RELEASE

cn.taketoday:today-aop 1.0.4.RELEASE

today aop is a high-performance lightweight aop framework.

GroupId

GroupId

cn.taketoday
ArtifactId

ArtifactId

today-aop
Version

Version

1.0.4.RELEASE
Type

Type

jar

Download today-aop 1.0.4.RELEASE


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