Categories |
CategoriesMaven Build Tools |
---|---|
GroupId | GroupIdmaven |
ArtifactId | ArtifactIdmaven-artifact-plugin |
Last Version | Last Version1.9.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Artifact Plugin
Tools to manage artifacts and deployment. *WARNING*: This version of the artifact-plugin requires Maven 1.1. People using Maven 1.0 should NOT use this version of the plugin.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-artifact-plugin-1.9.1.pom | |
maven-artifact-plugin-1.9.1.jar | 34 KB |
Browse |
<!-- https://jarcasting.com/artifacts/maven/maven-artifact-plugin/ -->
<dependency>
<groupId>maven</groupId>
<artifactId>maven-artifact-plugin</artifactId>
<version>1.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-artifact-plugin/
implementation 'maven:maven-artifact-plugin:1.9.1'
// https://jarcasting.com/artifacts/maven/maven-artifact-plugin/
implementation ("maven:maven-artifact-plugin:1.9.1")
'maven:maven-artifact-plugin:jar:1.9.1'
<dependency org="maven" name="maven-artifact-plugin" rev="1.9.1">
<artifact name="maven-artifact-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-artifact-plugin', version='1.9.1')
)
libraryDependencies += "maven" % "maven-artifact-plugin" % "1.9.1"
[maven/maven-artifact-plugin "1.9.1"]