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