MVN

com.cognifide.apm.crx : apm-ui.apps.cloud

Maven & Gradle

Aug 02, 2023
52 stars

APM - ui.apps.cloud · APM (AEM Permission Management) is an AEM based tool focused on streamlining the permission configuration. It provides a rich UX console tailored for administrators. They can write human readable scripts that handle user/group creation/deletion and permissions application, both in bulk. Through it's flexible grammar, exposed API, and high extensibility it vastly improves permission-based implementations.

<dependency>
    <groupId>com.cognifide.apm.crx</groupId>
    <artifactId>apm-ui.apps.cloud</artifactId>
    <version>5.6.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.cognifide.apm.crx : apm-ui.apps.cloud to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.6.26

All Versions

Choose a version of com.cognifide.apm.crx : apm-ui.apps.cloud to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.6.x
apm-ui.apps.cloud-5.6.26
apm-ui.apps.cloud-5.6.25
apm-ui.apps.cloud-5.6.24
apm-ui.apps.cloud-5.6.23
apm-ui.apps.cloud-5.6.22
apm-ui.apps.cloud-5.6.21
apm-ui.apps.cloud-5.6.20
apm-ui.apps.cloud-5.6.19
apm-ui.apps.cloud-5.6.18
apm-ui.apps.cloud-5.6.17
apm-ui.apps.cloud-5.6.16
apm-ui.apps.cloud-5.6.15
apm-ui.apps.cloud-5.6.13
apm-ui.apps.cloud-5.6.12
apm-ui.apps.cloud-5.6.11
apm-ui.apps.cloud-5.6.10
apm-ui.apps.cloud-5.6.9
apm-ui.apps.cloud-5.6.8
apm-ui.apps.cloud-5.6.7
apm-ui.apps.cloud-5.6.6
apm-ui.apps.cloud-5.6.5
apm-ui.apps.cloud-5.6.4
apm-ui.apps.cloud-5.6.3
apm-ui.apps.cloud-5.6.2
apm-ui.apps.cloud-5.6.1
apm-ui.apps.cloud-5.6.0

How to add a dependency to Maven

Add the following com.cognifide.apm.crx : apm-ui.apps.cloud maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.cognifide.apm.crx</groupId>
    <artifactId>apm-ui.apps.cloud</artifactId>
    <version>5.6.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.cognifide.apm.crx : apm-ui.apps.cloud gradle dependency to your build.gradle file:

implementation 'com.cognifide.apm.crx:apm-ui.apps.cloud:5.6.26'

Gradle Kotlin DSL: Add the following com.cognifide.apm.crx : apm-ui.apps.cloud gradle kotlin dependency to your build.gradle.kts file:

implementation("com.cognifide.apm.crx:apm-ui.apps.cloud:5.6.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.cognifide.apm.crx : apm-ui.apps.cloud sbt scala dependency to your build.sbt file:

libraryDependencies += "com.cognifide.apm.crx" % "apm-ui.apps.cloud" % "5.6.26"