MVN

biz.netcentric.filevault.validator.maps : aem-classification-map-repo-annotations

Maven & Gradle

Jul 07, 2021
3 stars

AEM Classification Map from Repository Annotations · Classification Maps to be used with the validator

<dependency>
    <groupId>biz.netcentric.filevault.validator.maps</groupId>
    <artifactId>aem-classification-map-repo-annotations</artifactId>
    <version>2021.6.5586</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2021.6.5586

All Versions

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

Version Vulnerabilities Updated
2021.6.x
aem-classification-map-repo-annotations-2021.6.5586
2020.3.x
aem-classification-map-repo-annotations-2020.3.2483
6.5.x
aem-classification-map-repo-annotations-6.5.3.0

How to add a dependency to Maven

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

<dependency>
    <groupId>biz.netcentric.filevault.validator.maps</groupId>
    <artifactId>aem-classification-map-repo-annotations</artifactId>
    <version>2021.6.5586</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'biz.netcentric.filevault.validator.maps:aem-classification-map-repo-annotations:2021.6.5586'

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

implementation("biz.netcentric.filevault.validator.maps:aem-classification-map-repo-annotations:2021.6.5586")

How to add a dependency to SBT Scala

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

libraryDependencies += "biz.netcentric.filevault.validator.maps" % "aem-classification-map-repo-annotations" % "2021.6.5586"