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