Files download
File Operation
io.wcm.testing.aem-mock.junit4-2.7.2.jar download
io.wcm.testing.aem-mock.junit4-2.7.2.pom download
io.wcm.testing.aem-mock.junit4-2.7.2-sources.jar download
Apache Maven
<dependency>
  <groupId>io.wcm</groupId>
  <artifactId>io.wcm.testing.aem-mock.junit4</artifactId>
  <version>2.7.2</version>
</dependency>
Gradle Groovy
implementation 'io.wcm:io.wcm.testing.aem-mock.junit4:2.7.2'
Gradle Kotlin
implementation("io.wcm:io.wcm.testing.aem-mock.junit4:2.7.2")
Scala SBT
libraryDependencies += "io.wcm" % "io.wcm.testing.aem-mock.junit4" % "2.7.2"
Groovy Grape
@Grapes(
  @Grab(group='io.wcm', module='io.wcm.testing.aem-mock.junit4', version='2.7.2')
)
Apache Ivy
<dependency org="io.wcm" name="io.wcm.testing.aem-mock.junit4" rev="2.7.2" />
Leiningen
[io.wcm/io.wcm.testing.aem-mock.junit4 "2.7.2"]
Apache Buildr
'io.wcm:io.wcm.testing.aem-mock.junit4:jar:2.7.2'