MVN

nz.ac.auckland.aem : aem-lmz-integration-bundle

Maven & Gradle

Sep 01, 2015

AEM LMZ Integration Project - Bundle

<dependency>
    <groupId>nz.ac.auckland.aem</groupId>
    <artifactId>aem-lmz-integration-bundle</artifactId>
    <version>1.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.auckland.aem : aem-lmz-integration-bundle to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.10

All Versions

Choose a version of nz.ac.auckland.aem : aem-lmz-integration-bundle to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.10
aem-lmz-integration-bundle-1.10
1.9
aem-lmz-integration-bundle-1.9
1.8
aem-lmz-integration-bundle-1.8
1.7
aem-lmz-integration-bundle-1.7
1.6
aem-lmz-integration-bundle-1.6
1.5
aem-lmz-integration-bundle-1.5
1.3
aem-lmz-integration-bundle-1.3
1.2
aem-lmz-integration-bundle-1.2

How to add a dependency to Maven

Add the following nz.ac.auckland.aem : aem-lmz-integration-bundle maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.auckland.aem</groupId>
    <artifactId>aem-lmz-integration-bundle</artifactId>
    <version>1.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.auckland.aem : aem-lmz-integration-bundle gradle dependency to your build.gradle file:

implementation 'nz.ac.auckland.aem:aem-lmz-integration-bundle:1.10'

Gradle Kotlin DSL: Add the following nz.ac.auckland.aem : aem-lmz-integration-bundle gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.auckland.aem:aem-lmz-integration-bundle:1.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.auckland.aem : aem-lmz-integration-bundle sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.auckland.aem" % "aem-lmz-integration-bundle" % "1.10"

Advertisement