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-nodep:3.2.0'
<dependency>
<groupId>cglib</groupId>
<artifactId>cglib-nodep</artifactId>
<version>3.2.0</version>
</dependency>
<dependency org="cglib" name="cglib-nodep" rev="3.2.0"/>
"cglib", "cglib-nodep", "3.2.0"