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