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