Last Version

gradle-pgp-plugin 0.0.4

Plugin providing the ability to sign artifacts and pom before uploading to a repository.

License

License

Categories

Categories

Gradle Build Tools
GroupId

GroupId

de.huxhorn.gradle
ArtifactId

ArtifactId

de.huxhorn.gradle.pgp-plugin
Version

Version

0.0.4
Type

Type

jar
Description

Description

gradle-pgp-plugin
Plugin providing the ability to sign artifacts and pom before uploading to a repository.
Source Code Management

Source Code Management

http://github.com/huxi/huxi-gradle-plugins/

Download de.huxhorn.gradle.pgp-plugin 0.0.4


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

Dependencies

compile (2)

Group / Artifact Type Version
org.bouncycastle : bcpg-jdk15 jar 1.46
org.slf4j : slf4j-api jar 1.6.4

test (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.0.0
junit : junit jar 4.10

Project Modules

There are no modules declared in this project.