<dependency> <groupId>org.jmock</groupId> <artifactId>jmock</artifactId> <version>2.2.0</version> </dependency>
implementation 'org.jmock:jmock:2.2.0'
implementation("org.jmock:jmock:2.2.0")
libraryDependencies += "org.jmock" % "jmock" % "2.2.0"
@Grapes( @Grab(group='org.jmock', module='jmock', version='2.2.0') )
<dependency org="org.jmock" name="jmock" rev="2.2.0" />
[org.jmock/jmock "2.2.0"]
'org.jmock:jmock:jar:2.2.0'
<parent> <groupId>org.jmock</groupId> <artifactId>jmock-parent</artifactId> <version>2.2.0</version> </parent>
compile
|-- org.hamcrest:hamcrest-core:1.1
|-- org.hamcrest:hamcrest-library:1.1