MVN

io.wcm.maven.archetypes : io.wcm.maven.archetypes.aem-confmgmt

Maven & Gradle

Jan 27, 2022
0 stars

wcm.io Maven Archetype for AEM Configuration Management · Maven Archetype for creating infrastructure deployment and configuration management projects for AEM.

<dependency>
    <groupId>io.wcm.maven.archetypes</groupId>
    <artifactId>io.wcm.maven.archetypes.aem-confmgmt</artifactId>
    <version>1.3.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.wcm.maven.archetypes : io.wcm.maven.archetypes.aem-confmgmt to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.3.0

All Versions

Choose a version of io.wcm.maven.archetypes : io.wcm.maven.archetypes.aem-confmgmt to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.3.x
io.wcm.maven.archetypes.aem-confmgmt-1.3.0
1.2.x
io.wcm.maven.archetypes.aem-confmgmt-1.2.6
io.wcm.maven.archetypes.aem-confmgmt-1.2.4
io.wcm.maven.archetypes.aem-confmgmt-1.2.2
io.wcm.maven.archetypes.aem-confmgmt-1.2.0
1.1.x
io.wcm.maven.archetypes.aem-confmgmt-1.1.0
1.0.x
io.wcm.maven.archetypes.aem-confmgmt-1.0.16
io.wcm.maven.archetypes.aem-confmgmt-1.0.14
io.wcm.maven.archetypes.aem-confmgmt-1.0.12
io.wcm.maven.archetypes.aem-confmgmt-1.0.10
io.wcm.maven.archetypes.aem-confmgmt-1.0.8
io.wcm.maven.archetypes.aem-confmgmt-1.0.6
io.wcm.maven.archetypes.aem-confmgmt-1.0.4
io.wcm.maven.archetypes.aem-confmgmt-1.0.2
io.wcm.maven.archetypes.aem-confmgmt-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>io.wcm.maven.archetypes</groupId>
    <artifactId>io.wcm.maven.archetypes.aem-confmgmt</artifactId>
    <version>1.3.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.wcm.maven.archetypes : io.wcm.maven.archetypes.aem-confmgmt gradle dependency to your build.gradle file:

implementation 'io.wcm.maven.archetypes:io.wcm.maven.archetypes.aem-confmgmt:1.3.0'

Gradle Kotlin DSL: Add the following io.wcm.maven.archetypes : io.wcm.maven.archetypes.aem-confmgmt gradle kotlin dependency to your build.gradle.kts file:

implementation("io.wcm.maven.archetypes:io.wcm.maven.archetypes.aem-confmgmt:1.3.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.wcm.maven.archetypes : io.wcm.maven.archetypes.aem-confmgmt sbt scala dependency to your build.sbt file:

libraryDependencies += "io.wcm.maven.archetypes" % "io.wcm.maven.archetypes.aem-confmgmt" % "1.3.0"

Advertisement