MVN

io.wcm : io.wcm.caconfig.editor

Maven & Gradle

Mar 27, 2023
9 usages
13 stars

Context-Aware Configuration Editor · Context-Aware Configuration Editor Template for AEM.

<dependency>
    <groupId>io.wcm</groupId>
    <artifactId>io.wcm.caconfig.editor</artifactId>
    <version>1.15.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.wcm : io.wcm.caconfig.editor to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.15.6

All Versions

Choose a version of io.wcm : io.wcm.caconfig.editor to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.15.x
io.wcm.caconfig.editor-1.15.6
io.wcm.caconfig.editor-1.15.4
io.wcm.caconfig.editor-1.15.2
io.wcm.caconfig.editor-1.15.0
1.14.x
io.wcm.caconfig.editor-1.14.0
1.13.x
io.wcm.caconfig.editor-1.13.0
1.12.x
io.wcm.caconfig.editor-1.12.2
io.wcm.caconfig.editor-1.12.0
1.11.x
io.wcm.caconfig.editor-1.11.0
1.10.x
io.wcm.caconfig.editor-1.10.0
1.9.x
io.wcm.caconfig.editor-1.9.0
1.8.x
io.wcm.caconfig.editor-1.8.6
io.wcm.caconfig.editor-1.8.4
io.wcm.caconfig.editor-1.8.2
io.wcm.caconfig.editor-1.8.0
1.7.x
io.wcm.caconfig.editor-1.7.6
io.wcm.caconfig.editor-1.7.4
io.wcm.caconfig.editor-1.7.2
io.wcm.caconfig.editor-1.7.0
1.6.x
io.wcm.caconfig.editor-1.6.2
io.wcm.caconfig.editor-1.6.0
1.5.x
io.wcm.caconfig.editor-1.5.0
1.4.x
io.wcm.caconfig.editor-1.4.0
1.3.x
io.wcm.caconfig.editor-1.3.2
io.wcm.caconfig.editor-1.3.0
1.2.x
io.wcm.caconfig.editor-1.2.12
io.wcm.caconfig.editor-1.2.10
io.wcm.caconfig.editor-1.2.8
io.wcm.caconfig.editor-1.2.6
io.wcm.caconfig.editor-1.2.4
io.wcm.caconfig.editor-1.2.2
io.wcm.caconfig.editor-1.2.0
1.1.x
io.wcm.caconfig.editor-1.1.0
1.0.x
io.wcm.caconfig.editor-1.0.0

How to add a dependency to Maven

Add the following io.wcm : io.wcm.caconfig.editor maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.wcm</groupId>
    <artifactId>io.wcm.caconfig.editor</artifactId>
    <version>1.15.6</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.wcm : io.wcm.caconfig.editor gradle dependency to your build.gradle file:

implementation 'io.wcm:io.wcm.caconfig.editor:1.15.6'

Gradle Kotlin DSL: Add the following io.wcm : io.wcm.caconfig.editor gradle kotlin dependency to your build.gradle.kts file:

implementation("io.wcm:io.wcm.caconfig.editor:1.15.6")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.wcm : io.wcm.caconfig.editor sbt scala dependency to your build.sbt file:

libraryDependencies += "io.wcm" % "io.wcm.caconfig.editor" % "1.15.6"

Advertisement