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.23.0.jar download
core.wcm.components.testing.aem-mock-plugin-2.23.0.pom download
core.wcm.components.testing.aem-mock-plugin-2.23.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.adobe.cq</groupId>
  <artifactId>core.wcm.components.testing.aem-mock-plugin</artifactId>
  <version>2.23.0</version>
</dependency>
Gradle Groovy
implementation 'com.adobe.cq:core.wcm.components.testing.aem-mock-plugin:2.23.0'
Gradle Kotlin
implementation("com.adobe.cq:core.wcm.components.testing.aem-mock-plugin:2.23.0")
Scala SBT
libraryDependencies += "com.adobe.cq" % "core.wcm.components.testing.aem-mock-plugin" % "2.23.0"
Groovy Grape
@Grapes(
  @Grab(group='com.adobe.cq', module='core.wcm.components.testing.aem-mock-plugin', version='2.23.0')
)
Apache Ivy
<dependency org="com.adobe.cq" name="core.wcm.components.testing.aem-mock-plugin" rev="2.23.0" />
Leiningen
[com.adobe.cq/core.wcm.components.testing.aem-mock-plugin "2.23.0"]
Apache Buildr
'com.adobe.cq:core.wcm.components.testing.aem-mock-plugin:jar:2.23.0'