Download maven-archiver-2.4.1.jar file - Jar m

Jar examples for m:maven-archiver

Description

Provides utility methods for creating JARs and other archive files from a Maven project.

You can download jar file maven-archiver 2.4.1 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add maven-archiver-2.4.1.jar to your project.

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

Download

Click the following link to download the jar file.

maven-archiver-2.4.1-javadoc.jar
maven-archiver-2.4.1-sources.jar
maven-archiver-2.4.1.jar
maven-archiver-2.4.1.pom



Related Tutorials