Maven Source JAR Retrieval
It's possible to retrieve source JARs from Maven repositories using the following steps:
Step 1: Download Source Code
Execute the following command to download source code for all project dependencies:
mvn dependency:sources
Step 2: Download Javadocs
To download Javadocs, use the following command:
mvn dependency:resolve -Dclassifier=javadoc
Notes:
mvn dependency:sources -DincludeArtifactIds=guava
References:
Disclaimer: All resources provided are partly from the Internet. If there is any infringement of your copyright or other rights and interests, please explain the detailed reasons and provide proof of copyright or rights and interests and then send it to the email: [email protected] We will handle it for you as soon as possible.
Copyright© 2022 湘ICP备2022001581号-3