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.
我最近下载了checkstyle 5.5 发行版。它包含两个 JAR 文件,checkstyle-5.5.jar和checkstyle-5.5 -all .jar。
这两个 JAR 有什么区别?
checkstyle-5.5.jar依赖于其他几个.jar文件,如antlr-2.7.7.jar, commons-cli-1.2.jar, google-collections-1.0.jar,commons-beanutils-core-1.8.3.jar等。
checkstyle-5.5.jar
.jar
antlr-2.7.7.jar
commons-cli-1.2.jar
google-collections-1.0.jar
commons-beanutils-core-1.8.3.jar
Checkstyle 及其所有依赖项都捆绑在checkstyle-5.5-all.jar.
checkstyle-5.5-all.jar