<dependency> <groupId>org.jmock</groupId> <artifactId>jmock</artifactId> <version>2.8.0</version> </dependency>
implementation 'org.jmock:jmock:2.8.0'
implementation("org.jmock:jmock:2.8.0")
libraryDependencies += "org.jmock" % "jmock" % "2.8.0"
@Grapes( @Grab(group='org.jmock', module='jmock', version='2.8.0') )
<dependency org="org.jmock" name="jmock" rev="2.8.0" />
[org.jmock/jmock "2.8.0"]
'org.jmock:jmock:jar:2.8.0'
<parent> <groupId>org.jmock</groupId> <artifactId>jmock-parent</artifactId> <version>2.8.0</version> </parent>
compile
|-- junit:junit
|-- cglib:cglib-nodep
|-- org.ow2.asm:asm
|-- org.beanshell:bsh
|-- org.hamcrest:hamcrest-library