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