The Maven project descriptor used in Maven 1.x. This library is used to represent in Java the POM (project.xml) and it offers services to parse and to serialize it.
'maven:maven-model:3.0.2'
<dependency> <groupId>maven</groupId> <artifactId>maven-model</artifactId> <version>3.0.2</version> </dependency>
<dependency org="maven" name="maven-model" rev="3.0.2"/>
"maven", "maven-model", "3.0.2"