Download maven-gpg-plugin-1.4.jar file - Jar m

Jar examples for m:maven-gpg-plugin

Description

Signs the project artifacts with GnuPG.

You can download jar file maven-gpg-plugin 1.4 in this page.

License

Apache License

Build File

You can use the following script to add maven-gpg-plugin-1.4.jar to your project.

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

Download

Click the following link to download the jar file.

maven-gpg-plugin-1.4-javadoc.jar
maven-gpg-plugin-1.4-sources.jar
maven-gpg-plugin-1.4.jar
maven-gpg-plugin-1.4.pom



Related Tutorials