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