MVN

biz.netcentric.aem : aem-nodetypes

Maven & Gradle

Nov 11, 2022
2 usages
3 stars

AEM Node Types and Namespaces · This module contains the node types and namespaces being defined in AEM as a CND file

<dependency>
    <groupId>biz.netcentric.aem</groupId>
    <artifactId>aem-nodetypes</artifactId>
    <version>2022.10.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 2022.10.0

All Versions

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

Version Vulnerabilities Updated
2022.10.x
aem-nodetypes-2022.10.0
2020.11.x
aem-nodetypes-2020.11.0
2020.09.x
aem-nodetypes-2020.09.0
6.5.x
aem-nodetypes-6.5.7.0
aem-nodetypes-6.5.5.0

How to add a dependency to Maven

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

<dependency>
    <groupId>biz.netcentric.aem</groupId>
    <artifactId>aem-nodetypes</artifactId>
    <version>2022.10.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'biz.netcentric.aem:aem-nodetypes:2022.10.0'

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

implementation("biz.netcentric.aem:aem-nodetypes:2022.10.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "biz.netcentric.aem" % "aem-nodetypes" % "2022.10.0"