MVN

org.aspectj : aspectjmatcher

Maven & Gradle

Aug 16, 2023
248 stars

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.

<dependency>
    <groupId>org.aspectj</groupId>
    <artifactId>aspectjmatcher</artifactId>
    <version>1.9.20</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.aspectj : aspectjmatcher to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.9.20
  • Latest Release Candidate: 1.9.8.RC3

All Versions

Choose a version of org.aspectj : aspectjmatcher to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.9.x
aspectjmatcher-1.9.20
aspectjmatcher-1.9.19
aspectjmatcher-1.9.9.1
aspectjmatcher-1.9.9
aspectjmatcher-1.9.8
aspectjmatcher-1.9.8.RC3
aspectjmatcher-1.9.8.RC2
aspectjmatcher-1.9.8.RC1
aspectjmatcher-1.9.8.M1
aspectjmatcher-1.9.7
aspectjmatcher-1.9.7.M3
aspectjmatcher-1.9.7.M2
aspectjmatcher-1.9.6

How to add a dependency to Maven

Add the following org.aspectj : aspectjmatcher maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.aspectj</groupId>
    <artifactId>aspectjmatcher</artifactId>
    <version>1.9.20</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.aspectj : aspectjmatcher gradle dependency to your build.gradle file:

implementation 'org.aspectj:aspectjmatcher:1.9.20'

Gradle Kotlin DSL: Add the following org.aspectj : aspectjmatcher gradle kotlin dependency to your build.gradle.kts file:

implementation("org.aspectj:aspectjmatcher:1.9.20")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.aspectj : aspectjmatcher sbt scala dependency to your build.sbt file:

libraryDependencies += "org.aspectj" % "aspectjmatcher" % "1.9.20"

Advertisement

Dependencies from Group

Aug 16, 2023
3k usages
248 stars
Aug 16, 2023
2.6k usages
248 stars
Aug 16, 2023
311 usages
248 stars
Nov 17, 2010
6 usages
Aug 16, 2023
248 stars

Discover Dependencies

Jul 23, 2020
1 stars
Jul 23, 2020
6 stars
Jul 23, 2020
6 stars
Jul 23, 2020
5 stars
Jul 24, 2020
1 stars
Jul 20, 2023
7 stars
Aug 25, 2023
1 usages
1.9k stars