Created
October 18, 2023 05:54
-
-
Save yashb042/d2c599cf30f7c1d360cfbd31b2569d9f to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!-- From here the AOP dependencies start–>--> | |
<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