MVN

io.wcm.devops.conga.plugins : conga-aem-crypto-cli

Maven & Gradle

Mar 27, 2023
1 usages
0 stars

CONGA AEM Crypto Command Line Interface · Command line tool to generate Crypto keys for AEM.

<dependency>
    <groupId>io.wcm.devops.conga.plugins</groupId>
    <artifactId>conga-aem-crypto-cli</artifactId>
    <version>2.19.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.wcm.devops.conga.plugins : conga-aem-crypto-cli to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.19.4

All Versions

Choose a version of io.wcm.devops.conga.plugins : conga-aem-crypto-cli to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.19.x
conga-aem-crypto-cli-2.19.4
conga-aem-crypto-cli-2.19.2
conga-aem-crypto-cli-2.19.0
2.18.x
conga-aem-crypto-cli-2.18.6
conga-aem-crypto-cli-2.18.4
conga-aem-crypto-cli-2.18.2
conga-aem-crypto-cli-2.18.0
2.17.x
conga-aem-crypto-cli-2.17.0
2.16.x
conga-aem-crypto-cli-2.16.2
conga-aem-crypto-cli-2.16.0
2.15.x
conga-aem-crypto-cli-2.15.0
1.14.x
conga-aem-crypto-cli-1.14.6
conga-aem-crypto-cli-1.14.4
conga-aem-crypto-cli-1.14.2
conga-aem-crypto-cli-1.14.0
1.13.x
conga-aem-crypto-cli-1.13.0
1.12.x
conga-aem-crypto-cli-1.12.0
1.11.x
conga-aem-crypto-cli-1.11.4
conga-aem-crypto-cli-1.11.2
conga-aem-crypto-cli-1.11.0
1.10.x
conga-aem-crypto-cli-1.10.0
1.9.x
conga-aem-crypto-cli-1.9.2
conga-aem-crypto-cli-1.9.0
1.8.x
conga-aem-crypto-cli-1.8.14
conga-aem-crypto-cli-1.8.12
conga-aem-crypto-cli-1.8.10
conga-aem-crypto-cli-1.8.8
conga-aem-crypto-cli-1.8.6
conga-aem-crypto-cli-1.8.4
conga-aem-crypto-cli-1.8.2
conga-aem-crypto-cli-1.8.0
1.7.x
conga-aem-crypto-cli-1.7.0
1.6.x
conga-aem-crypto-cli-1.6.2
conga-aem-crypto-cli-1.6.0

How to add a dependency to Maven

Add the following io.wcm.devops.conga.plugins : conga-aem-crypto-cli maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.wcm.devops.conga.plugins</groupId>
    <artifactId>conga-aem-crypto-cli</artifactId>
    <version>2.19.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.wcm.devops.conga.plugins : conga-aem-crypto-cli gradle dependency to your build.gradle file:

implementation 'io.wcm.devops.conga.plugins:conga-aem-crypto-cli:2.19.4'

Gradle Kotlin DSL: Add the following io.wcm.devops.conga.plugins : conga-aem-crypto-cli gradle kotlin dependency to your build.gradle.kts file:

implementation("io.wcm.devops.conga.plugins:conga-aem-crypto-cli:2.19.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.wcm.devops.conga.plugins : conga-aem-crypto-cli sbt scala dependency to your build.sbt file:

libraryDependencies += "io.wcm.devops.conga.plugins" % "conga-aem-crypto-cli" % "2.19.4"