Download maven-model-3.0.4.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.0.4 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials