Jar examples for m:maven-model
Model for Maven POM (Project Object Model)
You can download jar file maven-model 3.0.1 in this page.
The Apache Software License, Version 2.0
You can use the following script to add maven-model-3.0.1.jar to your project.
<dependency> <groupId>maven</groupId> <artifactId>maven-model</artifactId> <version>3.0.1</version> </dependency>
compile group: 'maven', name: 'maven-model', version: '3.0.1'
libraryDependencies += "maven" % "maven-model" % "3.0.1"
<dependency org="maven" name="maven-model" rev="3.0.1"/>
@Grapes(@Grab(group='maven', module='maven-model', version='3.0.1'))
'maven:maven-model:jar:3.0.1'
Click the following link to download the jar file.
maven-model-3.0.1.jar