c

core.wcm.components.testing.aem-mock-plugin

Helps setting up mock environment for unit testing custom code based on Core Components.
Files download
File Operation
core.wcm.components.testing.aem-mock-plugin-2.24.6.jar download
core.wcm.components.testing.aem-mock-plugin-2.24.6.pom download
core.wcm.components.testing.aem-mock-plugin-2.24.6-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.cq</groupId>
  <artifactId>core.wcm.components.testing.aem-mock-plugin</artifactId>
  <version>2.24.6</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.cq:core.wcm.components.testing.aem-mock-plugin:2.24.6'
Gradle Kotlin
implementation("com.adobe.cq:core.wcm.components.testing.aem-mock-plugin:2.24.6")
Scala SBT
libraryDependencies += "com.adobe.cq" % "core.wcm.components.testing.aem-mock-plugin" % "2.24.6"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.cq', module='core.wcm.components.testing.aem-mock-plugin', version='2.24.6')
)
Apache Ivy
<dependency org="com.adobe.cq" name="core.wcm.components.testing.aem-mock-plugin" rev="2.24.6" />
Leiningen
[com.adobe.cq/core.wcm.components.testing.aem-mock-plugin "2.24.6"]
Apache Buildr
'com.adobe.cq:core.wcm.components.testing.aem-mock-plugin:jar:2.24.6'