Question

I am looking for the official terminology for the concept that comprises these 3 fields.

Was it helpful?

Solution

It's referred to as the "GAV" (groupId, artifactId, version), or, more rarely, "coordinates".

OTHER TIPS

After searching around for a bit longer, it seems like its called the 'coordinate': https://maven.apache.org/pom.html#Maven_Coordinates

Although the coordinate may comprise additional fields, I suppose this might be as specific as it gets.

I'd say it's the identity of an artifact.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top