License |
License |
---|---|
Categories |
CategoriesGradle Build Tools |
GroupId | GroupIdde.huxhorn.gradle |
ArtifactId | ArtifactIdde.huxhorn.gradle.pgp-plugin |
Last Version | Last Version0.0.4 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptiongradle-pgp-plugin
Plugin providing the ability to sign artifacts and pom before uploading to a repository.
|
Source Code Management |
Source Code Management |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.bouncycastle : bcpg-jdk15 | jar | 1.46 |
org.slf4j : slf4j-api | jar | 1.6.4 |
Group / Artifact | Type | Version |
---|---|---|
ch.qos.logback : logback-classic | jar | 1.0.0 |
junit : junit | jar | 4.10 |