Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdio.wcm.devops.conga.plugins |
ArtifactId | ArtifactIdconga-aem-crypto-cli |
Version | Version1.9.2 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.wcm.devops.conga.plugins/conga-aem-crypto-cli/ -->
<dependency>
<groupId>io.wcm.devops.conga.plugins</groupId>
<artifactId>conga-aem-crypto-cli</artifactId>
<version>1.9.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.wcm.devops.conga.plugins/conga-aem-crypto-cli/
implementation 'io.wcm.devops.conga.plugins:conga-aem-crypto-cli:1.9.2'
// https://jarcasting.com/artifacts/io.wcm.devops.conga.plugins/conga-aem-crypto-cli/
implementation ("io.wcm.devops.conga.plugins:conga-aem-crypto-cli:1.9.2")
'io.wcm.devops.conga.plugins:conga-aem-crypto-cli:jar:1.9.2'
<dependency org="io.wcm.devops.conga.plugins" name="conga-aem-crypto-cli" rev="1.9.2">
<artifact name="conga-aem-crypto-cli" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.wcm.devops.conga.plugins', module='conga-aem-crypto-cli', version='1.9.2')
)
libraryDependencies += "io.wcm.devops.conga.plugins" % "conga-aem-crypto-cli" % "1.9.2"
[io.wcm.devops.conga.plugins/conga-aem-crypto-cli "1.9.2"]