No, is the short answer to your question.
As stated in the official 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