<dependency> <groupId>org.jmock</groupId> <artifactId>jmock-parent</artifactId> <version>2.2.0-RC1</version> <type>pom</type> </dependency>
implementation 'org.jmock:jmock-parent:2.2.0-RC1'
implementation("org.jmock:jmock-parent:2.2.0-RC1")
libraryDependencies += "org.jmock" % "jmock-parent" % "2.2.0-RC1"
@Grapes( @Grab(group='org.jmock', module='jmock-parent', version='2.2.0-RC1') )
<dependency org="org.jmock" name="jmock-parent" rev="2.2.0-RC1" />
[org.jmock/jmock-parent "2.2.0-RC1"]
'org.jmock:jmock-parent:jar:2.2.0-RC1'