is not current version
Last Version 3.0.2.javadoc

maven:maven-model 3.0.2

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.

Categories

Categories

Maven Build Tools
GroupId

GroupId

maven
ArtifactId

ArtifactId

maven-model
Version

Version

3.0.2
Type

Type

jar

Download maven-model 3.0.2


<!-- https://jarcasting.com/artifacts/maven/maven-model/ -->
<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-model</artifactId>
    <version>3.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-model/
implementation 'maven:maven-model:3.0.2'
// https://jarcasting.com/artifacts/maven/maven-model/
implementation ("maven:maven-model:3.0.2")
'maven:maven-model:jar:3.0.2'
<dependency org="maven" name="maven-model" rev="3.0.2">
  <artifact name="maven-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-model', version='3.0.2')
)
libraryDependencies += "maven" % "maven-model" % "3.0.2"
[maven/maven-model "3.0.2"]