Byte Buddy is a Java library for creating and modifying Java classes at runtime, with repackaged ASM dependencies.
<dependency>
<groupId>net.bytebuddy</groupId>
<artifactId>byte-buddy</artifactId>
<version>1.18.8</version>
</dependency>No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Creates a dynamic class that overrides toString() to return a fixed value.
No known issues recorded.
No dependency data recorded yet.