Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我使用的是 352.6 KB 的 Apache 的 httpclient-4.1.3。有什么办法可以减小那个 jar 文件的大小吗?
PS 我正在使用 Maven 来管理 jar 文件。
尝试使用 maven exclude 排除未使用的依赖项。有关更多信息,请参阅此。