79683502

Date: 2025-06-29 05:11:33
Score: 1
Natty:
Report link

No, is the short answer to your question.

As stated in the official documentation,

Maven documentation

groupId:artifactId:version are all required fields (although, groupId and version do not need to be explicitly defined if they are inherited from a parent)

Version either needs to be defined explicitly for a dependency or inherited from a parent.

You can find more about inheritance here. Inheritance

Reasons:
  • No code block (0.5):
  • Low reputation (0.5):
Posted by: authorizeduser