<dependency>
<groupId>cn.itlym.shoulder</groupId>
<artifactId>shoulder-maven-plugin</artifactId>
<version>1.0</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='cn.itlym.shoulder', module='shoulder-maven-plugin', version='1.0')
)
compile
|-- org.jboss.forge.roaster:roaster-jdt:2.28.0.Final
|-- cn.hutool:hutool-core:5.8.15
|-- cn.hutool:hutool-http:5.8.15
|-- com.google.code.findbugs:jsr305:3.0.2
|-- org.apache.maven:maven-plugin-api:3.9.1
|-- org.apache.maven:maven-core:3.9.1
provided
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.8.1
test