Download archetype-common-2.2.jar file - Jar a

Jar examples for a:archetype-common

Description

Core Archetype classes.

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

License

Apache License

Build File

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

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

Download

Click the following link to download the jar file.

archetype-common-2.2-javadoc.jar
archetype-common-2.2-sources.jar
archetype-common-2.2.jar
archetype-common-2.2.pom



Related Tutorials