<dependency>
<groupId>name.dmaus.schxslt</groupId>
<artifactId>testsuite-maven-plugin</artifactId>
<version>1.6.2</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='name.dmaus.schxslt', module='testsuite-maven-plugin', version='1.6.2')
)
<parent> <groupId>name.dmaus.schxslt</groupId> <artifactId>testsuite-parent</artifactId> <version>1.6.2</version> </parent>
compile
|-- name.dmaus.schxslt:testsuite
|-- org.springframework:spring-core
|-- org.springframework:spring-beans
|-- org.springframework:spring-context
|-- org.apache.maven:maven-plugin-api:3.6.3
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.6.0