<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-imposters-tests</artifactId>
<version>2.10.0-RC1</version>
</dependency>
@Grapes(
@Grab(group='org.jmock', module='jmock-imposters-tests', version='2.10.0-RC1')
)
<parent> <groupId>org.jmock</groupId> <artifactId>jmock-parent</artifactId> <version>2.10.0-RC1</version> </parent>
compile
|-- org.jmock:jmock:2.10.0-RC1
|-- org.jmock:jmock-junit4:2.10.0-RC1
|-- org.jmock:jmock-junit5:2.10.0-RC1
|-- org.junit.jupiter:junit-jupiter-api
|-- org.junit.jupiter:junit-jupiter-engine
|-- org.junit.jupiter:junit-jupiter-params
|-- org.junit.platform:junit-platform-launcher
test