MVN

io.wcm.devops.conga.plugins : io.wcm.devops.conga.plugins.aem

Maven & Gradle

Mar 27, 2023
2 usages
1 stars

CONGA AEM Plugin · wcm.io DevOps CONfiguration GenerAtor Plugin for Adobe Experience Manager (AEM).

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

Latest Version

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

  • Latest Stable: 2.19.4

All Versions

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

Version Vulnerabilities Updated
2.19.x
io.wcm.devops.conga.plugins.aem-2.19.4
io.wcm.devops.conga.plugins.aem-2.19.2
io.wcm.devops.conga.plugins.aem-2.19.0
2.18.x
io.wcm.devops.conga.plugins.aem-2.18.6
io.wcm.devops.conga.plugins.aem-2.18.4
io.wcm.devops.conga.plugins.aem-2.18.2
io.wcm.devops.conga.plugins.aem-2.18.0
2.17.x
io.wcm.devops.conga.plugins.aem-2.17.0
2.16.x
io.wcm.devops.conga.plugins.aem-2.16.2
io.wcm.devops.conga.plugins.aem-2.16.0
2.15.x
io.wcm.devops.conga.plugins.aem-2.15.0
1.14.x
io.wcm.devops.conga.plugins.aem-1.14.6
io.wcm.devops.conga.plugins.aem-1.14.4
io.wcm.devops.conga.plugins.aem-1.14.2
io.wcm.devops.conga.plugins.aem-1.14.0
1.13.x
io.wcm.devops.conga.plugins.aem-1.13.0
1.12.x
io.wcm.devops.conga.plugins.aem-1.12.0
1.11.x
io.wcm.devops.conga.plugins.aem-1.11.4
io.wcm.devops.conga.plugins.aem-1.11.2
io.wcm.devops.conga.plugins.aem-1.11.0
1.10.x
io.wcm.devops.conga.plugins.aem-1.10.0
1.9.x
io.wcm.devops.conga.plugins.aem-1.9.2
io.wcm.devops.conga.plugins.aem-1.9.0
1.8.x
io.wcm.devops.conga.plugins.aem-1.8.14
io.wcm.devops.conga.plugins.aem-1.8.12
io.wcm.devops.conga.plugins.aem-1.8.10
io.wcm.devops.conga.plugins.aem-1.8.8
io.wcm.devops.conga.plugins.aem-1.8.6
io.wcm.devops.conga.plugins.aem-1.8.4
io.wcm.devops.conga.plugins.aem-1.8.2
io.wcm.devops.conga.plugins.aem-1.8.0
1.7.x
io.wcm.devops.conga.plugins.aem-1.7.0
1.6.x
io.wcm.devops.conga.plugins.aem-1.6.2
io.wcm.devops.conga.plugins.aem-1.6.0
1.5.x
io.wcm.devops.conga.plugins.aem-1.5.2
io.wcm.devops.conga.plugins.aem-1.5.0
1.4.x
io.wcm.devops.conga.plugins.aem-1.4.6
io.wcm.devops.conga.plugins.aem-1.4.4
io.wcm.devops.conga.plugins.aem-1.4.2
io.wcm.devops.conga.plugins.aem-1.4.0
1.3.x
io.wcm.devops.conga.plugins.aem-1.3.2
io.wcm.devops.conga.plugins.aem-1.3.0
1.2.x
io.wcm.devops.conga.plugins.aem-1.2.0
1.1.x
io.wcm.devops.conga.plugins.aem-1.1.2
io.wcm.devops.conga.plugins.aem-1.1.0
1.0.x
io.wcm.devops.conga.plugins.aem-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.wcm.devops.conga.plugins</groupId>
    <artifactId>io.wcm.devops.conga.plugins.aem</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 : io.wcm.devops.conga.plugins.aem gradle dependency to your build.gradle file:

implementation 'io.wcm.devops.conga.plugins:io.wcm.devops.conga.plugins.aem:2.19.4'

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

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

How to add a dependency to SBT Scala

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

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