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