Download maven-archiver-3.0.0.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 3.0.0 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials