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