m

maven-model

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.
http://maven.apache.org/maven-1.x/reference/maven-model/3.0.2/
Apache Software Foundation
Arnaud Heritier Vincent Massol Brett Porter Jason van Zyl Emmanuel Venisse
Files download
File Operation
maven-model-3.0.2.jar download
maven-model-3.0.2.pom download
maven-model-3.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>maven</groupId>
  <artifactId>maven-model</artifactId>
  <version>3.0.2</version>
</dependency>
Gradle Groovy
implementation 'maven:maven-model:3.0.2'
Gradle Kotlin
implementation("maven:maven-model:3.0.2")
Scala SBT
libraryDependencies += "maven" % "maven-model" % "3.0.2"
Groovy Grape
@Grapes(
  @Grab(group='maven', module='maven-model', version='3.0.2')
)
Apache Ivy
<dependency org="maven" name="maven-model" rev="3.0.2" />
Leiningen
[maven/maven-model "3.0.2"]
Apache Buildr
'maven:maven-model:jar:3.0.2'