Download maven-model-3.2.5.jar file - Jar m

Jar examples for m:maven-model

Description

Model for Maven POM (Project Object Model)

You can download jar file maven-model 3.2.5 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-model-3.2.5.jar to your project.

<dependency>
   <groupId>org.apache.maven</groupId>
   <artifactId>maven-model</artifactId>
   <version>3.2.5</version>
</dependency>
compile group: 'org.apache.maven', name: 'maven-model', version: '3.2.5'
libraryDependencies += "org.apache.maven" % "maven-model" % "3.2.5"
<dependency org="org.apache.maven" name="maven-model" rev="3.2.5"/>
@Grapes(@Grab(group='org.apache.maven', module='maven-model', version='3.2.5'))
'org.apache.maven:maven-model:jar:3.2.5'

Download

Click the following link to download the jar file.

maven-model-3.2.5-javadoc.jar
maven-model-3.2.5-sources.jar
maven-model-3.2.5.jar
maven-model-3.2.5.pom



Related Tutorials