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