is not current version
Last Version 2.20.2

com.adobe.cq:core.wcm.components.testing.aem-mock-plugin 2.17.10

Helps setting up mock environment for unit testing custom code based on Core Components.

GroupId

GroupId

com.adobe.cq
ArtifactId

ArtifactId

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

Version

2.17.10
Type

Type

jar

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


<!-- https://jarcasting.com/artifacts/com.adobe.cq/core.wcm.components.testing.aem-mock-plugin/ -->
<dependency>
    <groupId>com.adobe.cq</groupId>
    <artifactId>core.wcm.components.testing.aem-mock-plugin</artifactId>
    <version>2.17.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.adobe.cq/core.wcm.components.testing.aem-mock-plugin/
implementation 'com.adobe.cq:core.wcm.components.testing.aem-mock-plugin:2.17.10'
// https://jarcasting.com/artifacts/com.adobe.cq/core.wcm.components.testing.aem-mock-plugin/
implementation ("com.adobe.cq:core.wcm.components.testing.aem-mock-plugin:2.17.10")
'com.adobe.cq:core.wcm.components.testing.aem-mock-plugin:jar:2.17.10'
<dependency org="com.adobe.cq" name="core.wcm.components.testing.aem-mock-plugin" rev="2.17.10">
  <artifact name="core.wcm.components.testing.aem-mock-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.adobe.cq', module='core.wcm.components.testing.aem-mock-plugin', version='2.17.10')
)
libraryDependencies += "com.adobe.cq" % "core.wcm.components.testing.aem-mock-plugin" % "2.17.10"
[com.adobe.cq/core.wcm.components.testing.aem-mock-plugin "2.17.10"]