<dependency> <groupId>org.jmock</groupId> <artifactId>jmock</artifactId> <version>2.11.0</version> </dependency>
implementation 'org.jmock:jmock:2.11.0'
implementation("org.jmock:jmock:2.11.0")
libraryDependencies += "org.jmock" % "jmock" % "2.11.0"
@Grapes( @Grab(group='org.jmock', module='jmock', version='2.11.0') )
<dependency org="org.jmock" name="jmock" rev="2.11.0" />
[org.jmock/jmock "2.11.0"]
'org.jmock:jmock:jar:2.11.0'
<parent> <groupId>org.jmock</groupId> <artifactId>jmock-parent</artifactId> <version>2.11.0</version> </parent>
compile
|-- org.hamcrest:hamcrest-core
|-- org.jmock:jmock-testjar
|-- org.ow2.asm:asm
|-- org.apache-extras.beanshell:bsh
|-- org.hamcrest:hamcrest-library
test
|-- javax.xml.ws:jaxws-api:2.3.0
|-- junit:junit