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
文件下载
文件名 操作
maven-model-3.0.2.jar 下载
maven-model-3.0.2.pom 下载
maven-model-3.0.2-sources.jar 下载
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'