is not current version
Last Version 0.0.4

de.huxhorn.gradle:de.huxhorn.gradle.pgp-plugin 0.0.3

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

Categories

Categories

Gradle Build Tools
GroupId

GroupId

de.huxhorn.gradle
ArtifactId

ArtifactId

de.huxhorn.gradle.pgp-plugin
Version

Version

0.0.3
Type

Type

jar

Download de.huxhorn.gradle.pgp-plugin 0.0.3


<!-- 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.3</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.3'
// https://jarcasting.com/artifacts/de.huxhorn.gradle/de.huxhorn.gradle.pgp-plugin/
implementation ("de.huxhorn.gradle:de.huxhorn.gradle.pgp-plugin:0.0.3")
'de.huxhorn.gradle:de.huxhorn.gradle.pgp-plugin:jar:0.0.3'
<dependency org="de.huxhorn.gradle" name="de.huxhorn.gradle.pgp-plugin" rev="0.0.3">
  <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.3')
)
libraryDependencies += "de.huxhorn.gradle" % "de.huxhorn.gradle.pgp-plugin" % "0.0.3"
[de.huxhorn.gradle/de.huxhorn.gradle.pgp-plugin "0.0.3"]