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.7.5'
<dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy</artifactId> <version>0.7.5</version> </dependency>
<dependency org="net.bytebuddy" name="byte-buddy" rev="0.7.5"/>
"net.bytebuddy", "byte-buddy", "0.7.5"