<dependency> <groupId>org.jmock</groupId> <artifactId>jmock-junit4</artifactId> <version>2.5.0.1</version> </dependency>
implementation 'org.jmock:jmock-junit4:2.5.0.1'
implementation("org.jmock:jmock-junit4:2.5.0.1")
libraryDependencies += "org.jmock" % "jmock-junit4" % "2.5.0.1"
@Grapes( @Grab(group='org.jmock', module='jmock-junit4', version='2.5.0.1') )
<dependency org="org.jmock" name="jmock-junit4" rev="2.5.0.1" />
[org.jmock/jmock-junit4 "2.5.0.1"]
'org.jmock:jmock-junit4:jar:2.5.0.1'
<parent> <groupId>org.jmock</groupId> <artifactId>jmock-parent</artifactId> <version>2.5.0.1</version> </parent>
compile
|-- ${pom.groupId}:jmock
|-- junit:junit-dep:4.4