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