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