m

maven-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.
http://maven.apache.org/maven-1.x/reference/plugins/artifact/
Apache Software Foundation
Brett Porter Arnaud Heritier Lukas Theussl
Files download
File Operation
maven-artifact-plugin-1.8.jar download
maven-artifact-plugin-1.8.pom download
Apache Maven
<dependency>
  <groupId>maven</groupId>
  <artifactId>maven-artifact-plugin</artifactId>
  <version>1.8</version>
</dependency>
Gradle Groovy
implementation 'maven:maven-artifact-plugin:1.8'
Gradle Kotlin
implementation("maven:maven-artifact-plugin:1.8")
Scala SBT
libraryDependencies += "maven" % "maven-artifact-plugin" % "1.8"
Groovy Grape
@Grapes(
  @Grab(group='maven', module='maven-artifact-plugin', version='1.8')
)
Apache Ivy
<dependency org="maven" name="maven-artifact-plugin" rev="1.8" />
Leiningen
[maven/maven-artifact-plugin "1.8"]
Apache Buildr
'maven:maven-artifact-plugin:jar:1.8'