Skip to content

Instantly share code, notes, and snippets.

@yashb042
Created October 18, 2023 05:54
Show Gist options
  • Save yashb042/d2c599cf30f7c1d360cfbd31b2569d9f to your computer and use it in GitHub Desktop.
Save yashb042/d2c599cf30f7c1d360cfbd31b2569d9f to your computer and use it in GitHub Desktop.
<!-- From here the AOP dependencies start&ndash;&gt;-->
<dependency>
<groupId>com.jcabi</groupId>
<artifactId>jcabi-aspects</artifactId>
<version>0.22.6</version>
</dependency>
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjrt</artifactId>
<version>1.8.12</version>
</dependency>
<!-- From here the AOP dependencies end-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment