79264108

Date: 2024-12-09 07:11:49
Score: 1
Natty:
Report link

jakarta.annotation has moved to jakarta.annotation-api

See here: enter link description here

or just add the dependency (v3.0.0)

<dependency>
<groupId>jakarta.annotation</groupId>
<artifactId>jakarta.annotation-api</artifactId>
<version>3.0.0</version>
Reasons:
  • Blacklisted phrase (0.5): enter link description here
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: 0x53olution