cglib is a powerful, high performance and quality Code Generation Library, It is used to extend JAVA classes and implements interfaces at runtime.
'cglib:cglib-sample:3.2.1'
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-sample</artifactId>
<version>3.2.1</version>
</dependency>
<dependency org="cglib" name="cglib-sample" rev="3.2.1"/>
"cglib", "cglib-sample", "3.2.1"