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