Download maven-deploy-plugin-2.7.jar file - Jar m

Jar examples for m:maven-deploy-plugin

Description

Uploads the project artifacts to the internal remote repository.

You can download jar file maven-deploy-plugin 2.7 in this page.

License

Apache License

Build File

You can use the following script to add maven-deploy-plugin-2.7.jar to your project.

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

Download

Click the following link to download the jar file.

maven-deploy-plugin-2.7-javadoc.jar
maven-deploy-plugin-2.7-sources.jar
maven-deploy-plugin-2.7.jar
maven-deploy-plugin-2.7.pom



Related Tutorials