is not current version
Last Version 1.9.1

maven:maven-artifact-plugin 1.9

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.

Categories

Categories

Maven Build Tools
GroupId

GroupId

maven
ArtifactId

ArtifactId

maven-artifact-plugin
Version

Version

1.9
Type

Type

jar

Download maven-artifact-plugin 1.9


<!-- https://jarcasting.com/artifacts/maven/maven-artifact-plugin/ -->
<dependency>
    <groupId>maven</groupId>
    <artifactId>maven-artifact-plugin</artifactId>
    <version>1.9</version>
</dependency>
// https://jarcasting.com/artifacts/maven/maven-artifact-plugin/
implementation 'maven:maven-artifact-plugin:1.9'
// https://jarcasting.com/artifacts/maven/maven-artifact-plugin/
implementation ("maven:maven-artifact-plugin:1.9")
'maven:maven-artifact-plugin:jar:1.9'
<dependency org="maven" name="maven-artifact-plugin" rev="1.9">
  <artifact name="maven-artifact-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='maven', module='maven-artifact-plugin', version='1.9')
)
libraryDependencies += "maven" % "maven-artifact-plugin" % "1.9"
[maven/maven-artifact-plugin "1.9"]