c

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

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