is not current version
Last Version 1.9.9.1

AspectJ Matcher 1.9.8.M1

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.

License

License

Categories

Categories

AspectJ Development Tools Development Libraries
GroupId

GroupId

org.aspectj
ArtifactId

ArtifactId

aspectjmatcher
Version

Version

1.9.8.M1
Type

Type

jar
Description

Description

AspectJ Matcher
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.
Project URL

Project URL

https://www.eclipse.org/aspectj/
Source Code Management

Source Code Management

https://github.com/eclipse/org.aspectj

Download aspectjmatcher 1.9.8.M1


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.