Byte Buddy is a Java library for creating Java classes at run time. The parent artifact contains configuration information that concern all modules.
'net.bytebuddy:byte-buddy-agent:0.3'
<dependency> <groupId>net.bytebuddy</groupId> <artifactId>byte-buddy-agent</artifactId> <version>0.3</version> </dependency>
<dependency org="net.bytebuddy" name="byte-buddy-agent" rev="0.3"/>
"net.bytebuddy", "byte-buddy-agent", "0.3"