<dependency>
<groupId>com.chutneytesting</groupId>
<artifactId>chutney-junit-engine</artifactId>
<version>1.4.6</version>
</dependency>
@Grapes(
@Grab(group='com.chutneytesting', module='chutney-junit-engine', version='1.4.6')
)
<parent> <groupId>com.chutneytesting</groupId> <artifactId>chutney-junit-parent</artifactId> <version>1.4.6</version> </parent>
compile
|-- com.chutneytesting:chutney-junit-api
|-- com.chutneytesting:glacio-adapter
|-- org.junit.platform:junit-platform-engine
test