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