Download maven-model-3.1.0.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.1.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials