<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-maven-plugin</artifactId>
<version>1.12.22</version>
<type>maven-plugin</type>
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-maven-plugin', version='1.12.22')
)
<parent> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-parent</artifactId> <version>1.12.22</version> </parent>
compile
|-- org.eclipse.aether:aether-api:1.1.0
|-- org.eclipse.aether:aether-util:1.1.0
|-- org.sonatype.plexus:plexus-build-api:0.0.7
provided
|-- org.apache.maven:maven-plugin-api:3.2.5
|-- org.apache.maven.plugin-tools:maven-plugin-annotations:3.5.2
|-- org.apache.maven:maven-core:3.2.5
test
|-- junit:junit
|-- org.apache.maven:maven-compat:3.2.5
|-- org.apache.maven.plugin-testing:maven-plugin-testing-harness:3.3.0