a

aspectjmatcher

The AspectJ matcher can be used for matching pointcuts independently of any AspectJ compilation or weaving steps. Most notably, this can be used by frameworks such as Spring AOP which utilise the @AspectJ pointcut syntax but implement aspect weaving in a way independent of AspectJ, e.g. using dynamic proxies.
https://www.eclipse.org/aspectj/
Eclipse Public License - v 1.0
Andy Clement Alexander Kriegisch
文件下载
文件名 操作
aspectjmatcher-1.9.7.M2.jar 下载
aspectjmatcher-1.9.7.M2.pom 下载
aspectjmatcher-1.9.7.M2-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.aspectj</groupId>
  <artifactId>aspectjmatcher</artifactId>
  <version>1.9.7.M2</version>
</dependency>
Gradle Groovy
implementation 'org.aspectj:aspectjmatcher:1.9.7.M2'
Gradle Kotlin
implementation("org.aspectj:aspectjmatcher:1.9.7.M2")
Scala SBT
libraryDependencies += "org.aspectj" % "aspectjmatcher" % "1.9.7.M2"
Groovy Grape
@Grapes(
  @Grab(group='org.aspectj', module='aspectjmatcher', version='1.9.7.M2')
)
Apache Ivy
<dependency org="org.aspectj" name="aspectjmatcher" rev="1.9.7.M2" />
Leiningen
[org.aspectj/aspectjmatcher "1.9.7.M2"]
Apache Buildr
'org.aspectj:aspectjmatcher:jar:1.9.7.M2'
本项目依赖
该项目无第三方依赖