Registry / build-tool / maven-archiver

maven-archiver

JSON →
library3.6.6javamavenunverified

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

<dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-archiver</artifactId> <version>3.6.6</version> </dependency>
INSTALL
IMPORT
SIG · MAVEN-ARCHIVER
M
maven-archiver
build-tooljavav3.6.6
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

MavenArchiver
org.apache.maven.archiver.MavenArchiver

Instantiate MavenArchiver for archive creation.

import org.apache.maven.archiver.MavenArchiver; public class Main { public static void main(String[] args) { MavenArchiver archiver = new MavenArchiver(); System.out.println("Maven Archiver ready"); } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
3.6.6latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
9 hits · last 30 days
node
8
OpenAI (training)
1
Resources
maven-archiver — mvn dependency:get maven-archiver · libregistry