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