In maven, what is the name for the combination of group id, artifact id and version?

StackOverflow https://stackoverflow.com/questions/23392251

  •  12-07-2023
  •  | 
  •  

문제

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

도움이 되었습니까?

해결책

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

다른 팁

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.

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top