is not current version
Last Version 1.9.9.1

org.aspectj:aspectjmatcher 1.9.6

The AspectJ matcher includes the pointcut matching capabilities

Categories

Categories

AspectJ Development Tools Development Libraries
GroupId

GroupId

org.aspectj
ArtifactId

ArtifactId

aspectjmatcher
Version

Version

1.9.6
Type

Type

jar

Download aspectjmatcher 1.9.6


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