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