MVN

org.codehaus.mojo : keytool

Maven & Gradle

Mar 14, 2023
14 stars

Keytool: Project · Project to invoke the the keytool program bundled with Java SDK. Allows to manipulate keystores. the project includes a java api to inkove the program and also a maven plugin.

<dependency>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>keytool</artifactId>
    <version>1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.mojo : keytool to add to Maven - Latest Versions:

  • Latest Stable: 1.7

All Versions

Choose a version of org.codehaus.mojo : keytool to add to Maven - All Versions:

Version Vulnerabilities Updated
1.7
keytool-1.7
1.6
keytool-1.6
1.5
keytool-1.5
1.4.x
keytool-1.4.1
1.4
keytool-1.4
1.3
keytool-1.3
1.2
keytool-1.2
1.1
keytool-1.1

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.codehaus.mojo</groupId>
    <artifactId>keytool</artifactId>
    <version>1.7</version>
</dependency>