Download maven-archetype-plugin-2.2.jar file - Jar m

Jar examples for m:maven-archetype-plugin

Description

The Maven Archetype Plugin builds archetype containers.

You can download jar file maven-archetype-plugin 2.2 in this page.

License

Apache License

Build File

You can use the following script to add maven-archetype-plugin-2.2.jar to your project.

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

Download

Click the following link to download the jar file.

maven-archetype-plugin-2.2-javadoc.jar
maven-archetype-plugin-2.2-sources.jar
maven-archetype-plugin-2.2.jar
maven-archetype-plugin-2.2.pom



Related Tutorials