<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy-gradle-plugin</artifactId>
<version>1.15.10</version>
</dependency>
@Grapes(
@Grab(group='net.bytebuddy', module='byte-buddy-gradle-plugin', version='1.15.10')
)