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