# deshader **Repository Path**: mirrors_raphw/deshader ## Basic Information - **Project Name**: deshader - **Description**: An agent to deshade dependencies. - **Primary Language**: Unknown - **License**: Apache-2.0 - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-06-16 - **Last Updated**: 2026-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README Agent that rewrites shaded packages to again use an unshaded package. This avoids duplicate class loading for multiple versions of the same shaded bundle: Usage: ```cmd java \ -javaagent:/usr/bin/deshader.jar=some.lib.netty/io.netty,other.lib.netty/io.netty -cp netty.jar:somelib.jar:otherlib.jar:myapp.jar MyApp ``` It is the user's responsibility to verify that the unshaded versions are compatible to the specified version of the replaced library.