<dependency>
<groupId>io.semla</groupId>
<artifactId>method-runner-maven-plugin</artifactId>
<version>1.2.2</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='io.semla', module='method-runner-maven-plugin', version='1.2.2')
)
<parent> <groupId>io.semla</groupId> <artifactId>semla</artifactId> <version>1.2.2</version> </parent>
compile
|-- org.apache.commons:commons-lang3:3.8.1
|-- com.google.guava:guava:31.0.1-jre
|-- org.codehaus.plexus:plexus-utils:3.2.1
provided
|-- org.apache.maven:maven-plugin-api
|-- org.apache.maven:maven-core
|-- org.apache.maven.plugin-tools:maven-plugin-annotations
test
|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0