MVN

biz.netcentric.filevault.validator : aem-classification-validator

Maven & Gradle

Jul 28, 2022
1 usages
3 stars

AEM Classification Validator · FileVault validator which verifies that a package complies with the AEM content classifications (https://experienceleague.adobe.com/docs/experience-manager-65/deploying/upgrading/sustainable-upgrades.html?lang=en).

<dependency>
    <groupId>biz.netcentric.filevault.validator</groupId>
    <artifactId>aem-classification-validator</artifactId>
    <version>1.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of biz.netcentric.filevault.validator : aem-classification-validator to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.0

All Versions

Choose a version of biz.netcentric.filevault.validator : aem-classification-validator to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
aem-classification-validator-1.1.0
1.0.x
aem-classification-validator-1.0.1
aem-classification-validator-1.0.0

How to add a dependency to Maven

Add the following biz.netcentric.filevault.validator : aem-classification-validator maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>biz.netcentric.filevault.validator</groupId>
    <artifactId>aem-classification-validator</artifactId>
    <version>1.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following biz.netcentric.filevault.validator : aem-classification-validator gradle dependency to your build.gradle file:

implementation 'biz.netcentric.filevault.validator:aem-classification-validator:1.1.0'

Gradle Kotlin DSL: Add the following biz.netcentric.filevault.validator : aem-classification-validator gradle kotlin dependency to your build.gradle.kts file:

implementation("biz.netcentric.filevault.validator:aem-classification-validator:1.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following biz.netcentric.filevault.validator : aem-classification-validator sbt scala dependency to your build.sbt file:

libraryDependencies += "biz.netcentric.filevault.validator" % "aem-classification-validator" % "1.1.0"