MVN

biz.netcentric.filevault.validator : aem-classification-search-index-package

Maven & Gradle

Mar 11, 2020
3 stars

AEM Classification Index Package · Content Package containing the Oak index definitions to be able to query the content classifications.

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

Latest Version

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

  • Latest Stable: 1.0.0

All Versions

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

Version Vulnerabilities Updated
1.0.x
aem-classification-search-index-package-1.0.0

How to add a dependency to Maven

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

<dependency>
    <groupId>biz.netcentric.filevault.validator</groupId>
    <artifactId>aem-classification-search-index-package</artifactId>
    <version>1.0.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'biz.netcentric.filevault.validator:aem-classification-search-index-package:1.0.0'

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

implementation("biz.netcentric.filevault.validator:aem-classification-search-index-package:1.0.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "biz.netcentric.filevault.validator" % "aem-classification-search-index-package" % "1.0.0"