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