Files download
File Operation
io.wcm.testing.aem-mock.root-5.5.2.pom download
Apache Maven
<dependency>
  <groupId>io.wcm</groupId>
  <artifactId>io.wcm.testing.aem-mock.root</artifactId>
  <version>5.5.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'io.wcm:io.wcm.testing.aem-mock.root:5.5.2'
Gradle Kotlin
implementation("io.wcm:io.wcm.testing.aem-mock.root:5.5.2")
Scala SBT
libraryDependencies += "io.wcm" % "io.wcm.testing.aem-mock.root" % "5.5.2"
Groovy Grape
@Grapes(
  @Grab(group='io.wcm', module='io.wcm.testing.aem-mock.root', version='5.5.2')
)
Apache Ivy
<dependency org="io.wcm" name="io.wcm.testing.aem-mock.root" rev="5.5.2" />
Leiningen
[io.wcm/io.wcm.testing.aem-mock.root "5.5.2"]
Apache Buildr
'io.wcm:io.wcm.testing.aem-mock.root:jar:5.5.2'