Byte Buddy is a Java library for creating Java classes at run time. This artifact is a build of Byte Buddy with all ASM dependencies repackaged into its own name space.
'net.bytebuddy:byte-buddy:0.2'
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>0.2</version>
</dependency>
<dependency org="net.bytebuddy" name="byte-buddy" rev="0.2"/>
"net.bytebuddy", "byte-buddy", "0.2"