i

io.wcm.testing.aem-mock

Mock implementation of selected AEM APIs.
文件下载
文件名 操作
io.wcm.testing.aem-mock-2.1.0.jar 下载
io.wcm.testing.aem-mock-2.1.0.pom 下载
io.wcm.testing.aem-mock-2.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.wcm</groupId>
  <artifactId>io.wcm.testing.aem-mock</artifactId>
  <version>2.1.0</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'io.wcm:io.wcm.testing.aem-mock:2.1.0'
Gradle Kotlin
implementation("io.wcm:io.wcm.testing.aem-mock:2.1.0")
Scala SBT
libraryDependencies += "io.wcm" % "io.wcm.testing.aem-mock" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='io.wcm', module='io.wcm.testing.aem-mock', version='2.1.0')
)
Apache Ivy
<dependency org="io.wcm" name="io.wcm.testing.aem-mock" rev="2.1.0" />
Leiningen
[io.wcm/io.wcm.testing.aem-mock "2.1.0"]
Apache Buildr
'io.wcm:io.wcm.testing.aem-mock:jar:2.1.0'