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 2.0
Andy Clement Alexander Kriegisch
Files download
File Operation
aspectjmatcher-1.9.9.jar download
aspectjmatcher-1.9.9.pom download
aspectjmatcher-1.9.9-sources.jar download
Apache Maven
<dependency>
  <groupId>org.aspectj</groupId>
  <artifactId>aspectjmatcher</artifactId>
  <version>1.9.9</version>
</dependency>
Gradle Groovy
implementation 'org.aspectj:aspectjmatcher:1.9.9'
Gradle Kotlin
implementation("org.aspectj:aspectjmatcher:1.9.9")
Scala SBT
libraryDependencies += "org.aspectj" % "aspectjmatcher" % "1.9.9"
Groovy Grape
@Grapes(
  @Grab(group='org.aspectj', module='aspectjmatcher', version='1.9.9')
)
Apache Ivy
<dependency org="org.aspectj" name="aspectjmatcher" rev="1.9.9" />
Leiningen
[org.aspectj/aspectjmatcher "1.9.9"]
Apache Buildr
'org.aspectj:aspectjmatcher:jar:1.9.9'
Dependencies
The project has no third-party dependencies