What is the fully qualified artifact name of maven project?
Answer Posted / Amit Kumar Saxena
The fully qualified artifact name (FQAN) of a Maven project consists of the groupId, artifactId, and version of the project. For example, `com.example:my-project:1.0.0`.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers