MVN

com.deciphernow : bouncycastle-maven-plugin

Maven & Gradle

Apr 23, 2020
6 stars

Bouncy Castle Maven Plugin · A plugin that supports signing artifacts using Bouncy Castle.

<plugin>
    <groupId>com.deciphernow</groupId>
    <artifactId>bouncycastle-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.deciphernow : bouncycastle-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.1

All Versions

Choose a version of com.deciphernow : bouncycastle-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
bouncycastle-maven-plugin-1.1.1
bouncycastle-maven-plugin-1.1.0
1.0.x
bouncycastle-maven-plugin-1.0.0

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>com.deciphernow</groupId>
    <artifactId>bouncycastle-maven-plugin</artifactId>
    <version>1.1.1</version>
</plugin>

Advertisement