在pom.xml同级目录下执行如下命令:

mvn dependency:resolve -Dclassifier=sources

效果如下:

$ mvn dependency:resolve -Dclassifier=sources
[INFO] Scanning for projects...
[INFO]
[INFO] -------------------------< cchen:spark_learn >--------------------------
[INFO] Building spark_learn 1.0-SNAPSHOT
[INFO] --------------------------------[ jar ]---------------------------------
[INFO]
[INFO] --- maven-dependency-plugin:2.8:resolve (default-cli) @ spark_learn ---
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-shared-components/11/maven-shared-components-11.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.pom (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-dependency-analyzer/1.4/maven-dependency-analyzer-1.4.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/reporting/maven-reporting-impl/2.0.5/maven-reporting-impl-2.0.5.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-archiver/2.3/plexus-archiver-2.3.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/maven/shared/maven-doxia-tools/1.0.2/maven-doxia-tools-1.0.2.jar (0 B at 0 B/s)
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/plexus/plexus-utils/3.0.9/plexus-utils-3.0.9.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/xerces/xercesImpl/2.9.1/xercesImpl-2.9.1-sources.jar
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-network-common_2.12/3.0.2/spark-network-common_2.12-3.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-network-common_2.12/3.0.2/spark-network-common_2.12-3.0.2-sources.jar (149 kB at 53 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-beanutils/commons-beanutils/1.7.0/commons-beanutils-1.7.0-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/xml-apis/xml-apis/1.3.04/xml-apis-1.3.04-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-launcher_2.12/3.0.2/spark-launcher_2.12-3.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-launcher_2.12/3.0.2/spark-launcher_2.12-3.0.2-sources.jar (56 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-tags_2.12/3.0.2/spark-tags_2.12-3.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-tags_2.12/3.0.2/spark-tags_2.12-3.0.2-sources.jar (16 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/parquet/parquet-format/2.4.0/parquet-format-2.4.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/parquet/parquet-format/2.4.0/parquet-format-2.4.0-sources.jar (180 kB at 27 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/janino/janino/3.0.16/janino-3.0.16-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/janino/janino/3.0.16/janino-3.0.16-sources.jar (405 kB at 22 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-lang/commons-lang/2.6/commons-lang-2.6-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.13/jackson-xc-1.9.13-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/codehaus/jackson/jackson-xc/1.9.13/jackson-xc-1.9.13-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/kryo-shaded/4.0.2/kryo-shaded-4.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/kryo-shaded/4.0.2/kryo-shaded-4.0.2-sources.jar (208 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/logging/log4j/log4j-api/2.5/log4j-api-2.5-sources.jar (141 kB at 73 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/parquet/parquet-hadoop/1.10.1/parquet-hadoop-1.10.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/parquet/parquet-hadoop/1.10.1/parquet-hadoop-1.10.1-sources.jar (167 kB at 121 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.2.0/scala-xml_2.12-1.2.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/scala-lang/modules/scala-xml_2.12/1.2.0/scala-xml_2.12-1.2.0-sources.jar (112 kB at 128 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.6/commons-configuration-1.6-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-configuration/commons-configuration/1.6/commons-configuration-1.6-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-lang3/3.9/commons-lang3-3.9-sources.jar (558 kB at 200 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-streaming_2.12/3.0.2/spark-streaming_2.12-3.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-streaming_2.12/3.0.2/spark-streaming_2.12-3.0.2-sources.jar (253 kB at 160 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.7.1/lz4-java-1.7.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/lz4/lz4-java/1.7.1/lz4-java-1.7.1-sources.jar (65 kB at 76 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-crypto/1.1.0/commons-crypto-1.1.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-crypto/1.1.0/commons-crypto-1.1.0-sources.jar (109 kB at 118 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-sketch_2.12/3.0.2/spark-sketch_2.12-3.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-sketch_2.12/3.0.2/spark-sketch_2.12-3.0.2-sources.jar (24 kB at 20 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-graphite/4.1.1/metrics-graphite-4.1.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-graphite/4.1.1/metrics-graphite-4.1.1-sources.jar (14 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/google/flatbuffers/flatbuffers-java/1.9.0/flatbuffers-java-1.9.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/google/flatbuffers/flatbuffers-java/1.9.0/flatbuffers-java-1.9.0-sources.jar (15 kB at 28 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/spark-project/spark/unused/1.0.0/unused-1.0.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/spark-project/spark/unused/1.0.0/unused-1.0.0-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/orc/orc-shims/1.5.10/orc-shims-1.5.10-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/orc/orc-shims/1.5.10/orc-shims-1.5.10-sources.jar (19 kB at 29 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-network-shuffle_2.12/3.0.2/spark-network-shuffle_2.12-3.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-network-shuffle_2.12/3.0.2/spark-network-shuffle_2.12-3.0.2-sources.jar (60 kB at 65 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/javax/servlet/javax.servlet-api/3.1.0/javax.servlet-api-3.1.0-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30/jersey-common-2.30-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-common/2.30/jersey-common-2.30-sources.jar (774 kB at 177 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/tukaani/xz/1.5/xz-1.5-sources.jar (118 kB at 79 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0/jackson-core-2.10.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-core/2.10.0/jackson-core-2.10.0-sources.jar (365 kB at 84 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/parquet/parquet-encoding/1.10.1/parquet-encoding-1.10.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/parquet/parquet-encoding/1.10.1/parquet-encoding-1.10.1-sources.jar (836 kB at 89 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/javax/xml/stream/stax-api/1.0-2/stax-api-1.0-2-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/roaringbitmap/RoaringBitmap/0.7.45/RoaringBitmap-0.7.45-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/roaringbitmap/RoaringBitmap/0.7.45/RoaringBitmap-0.7.45-sources.jar (206 kB at 142 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.6.2/commons-pool2-2.6.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-pool2/2.6.2/commons-pool2-2.6.2-sources.jar (137 kB at 151 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.30/jersey-client-2.30-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/core/jersey-client/2.30/jersey-client-2.30-sources.jar (172 kB at 183 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-unsafe_2.12/3.0.2/spark-unsafe_2.12-3.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-unsafe_2.12/3.0.2/spark-unsafe_2.12-3.0.2-sources.jar (46 kB at 72 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/orc/orc-mapreduce/1.5.10/orc-mapreduce-1.5.10-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/orc/orc-mapreduce/1.5.10/orc-mapreduce-1.5.10-sources.jar (35 kB at 53 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/validation/jakarta.validation-api/2.0.2/jakarta.validation-api-2.0.2-sources.jar (97 kB at 136 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-catalyst_2.12/3.0.2/spark-catalyst_2.12-3.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-catalyst_2.12/3.0.2/spark-catalyst_2.12-3.0.2-sources.jar (1.5 MB at 547 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/airlift/aircompressor/0.10/aircompressor-0.10-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/io/airlift/aircompressor/0.10/aircompressor-0.10-sources.jar (102 kB at 158 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-jmx/4.1.1/metrics-jmx-4.1.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-jmx/4.1.1/metrics-jmx-4.1.1-sources.jar (6.8 kB at 14 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/avro/avro-mapred/1.8.2/avro-mapred-1.8.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/avro/avro-mapred/1.8.2/avro-mapred-1.8.2-sources.jar (132 kB at 220 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/twitter/chill_2.12/0.9.5/chill_2.12-0.9.5-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/twitter/chill_2.12/0.9.5/chill_2.12-0.9.5-sources.jar (41 kB at 70 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-compress/1.8.1/commons-compress-1.8.1-sources.jar (377 kB at 383 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.4/httpcore-4.2.4-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/httpcomponents/httpcore/4.2.4/httpcore-4.2.4-sources.jar (325 kB at 368 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/hk2/hk2-locator/2.6.1/hk2-locator-2.6.1-sources.jar (125 kB at 203 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.47.Final/netty-all-4.1.47.Final-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/io/netty/netty-all/4.1.47.Final/netty-all-4.1.47.Final-sources.jar (3.4 MB at 473 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.12/2.10.0/jackson-module-scala_2.12-2.10.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/module/jackson-module-scala_2.12/2.10.0/jackson-module-scala_2.12-2.10.0-sources.jar (53 kB at 48 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/jakarta/ws/rs/jakarta.ws.rs-api/2.1.6/jakarta.ws.rs-api-2.1.6-sources.jar (246 kB at 85 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/arrow/arrow-vector/0.15.1/arrow-vector-0.15.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/arrow/arrow-vector/0.15.1/arrow-vector-0.15.1-sources.jar (779 kB at 60 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-core_2.12/3.0.2/spark-core_2.12-3.0.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/spark/spark-core_2.12/3.0.2/spark-core_2.12-3.0.2-sources.jar (2.0 MB at 19 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.30/jersey-media-jaxb-2.30-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/glassfish/jersey/media/jersey-media-jaxb/2.30/jersey-media-jaxb-2.30-sources.jar (58 kB at 30 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/kafka/kafka-clients/2.4.1/kafka-clients-2.4.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/kafka/kafka-clients/2.4.1/kafka-clients-2.4.1-sources.jar (2.0 MB at 273 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-app/2.7.4/hadoop-mapreduce-client-app-2.7.4-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-app/2.7.4/hadoop-mapreduce-client-app-2.7.4-sources.jar (319 kB at 195 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-recipes/2.7.1/curator-recipes-2.7.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/curator/curator-recipes/2.7.1/curator-recipes-2.7.1-sources.jar (154 kB at 131 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/parquet/parquet-column/1.10.1/parquet-column-1.10.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/parquet/parquet-column/1.10.1/parquet-column-1.10.1-sources.jar (266 kB at 174 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/thoughtworks/paranamer/paranamer/2.8/paranamer-2.8-sources.jar (27 kB at 45 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-kerberos-codec/2.0.0-M15/apacheds-kerberos-codec-2.0.0-M15-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/server/apacheds-kerberos-codec/2.0.0-M15/apacheds-kerberos-codec-2.0.0-M15-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/slf4j-log4j12/1.7.30/slf4j-log4j12-1.7.30-sources.jar (14 kB at 23 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/antlr/antlr4-runtime/4.7.1/antlr4-runtime-4.7.1-sources.jar (320 kB at 182 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/commons-codec/commons-codec/1.9/commons-codec-1.9-sources.jar (278 kB at 85 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-jvm/4.1.1/metrics-jvm-4.1.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/io/dropwizard/metrics/metrics-jvm/4.1.1/metrics-jvm-4.1.1-sources.jar (12 kB at 21 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/arrow/arrow-memory/0.15.1/arrow-memory-0.15.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/arrow/arrow-memory/0.15.1/arrow-memory-0.15.1-sources.jar (100 kB at 98 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-common/2.7.4/hadoop-common-2.7.4-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-common/2.7.4/hadoop-common-2.7.4-sources.jar (2.1 MB at 222 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-common/2.7.4/hadoop-yarn-common-2.7.4-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-common/2.7.4/hadoop-yarn-common-2.7.4-sources.jar (853 kB at 491 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/javax/activation/activation/1.1.1/activation-1.1.1-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/fusesource/leveldbjni/leveldbjni-all/1.8/leveldbjni-all-1.8-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/twitter/chill-java/0.9.5/chill-java-0.9.5-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/twitter/chill-java/0.9.5/chill-java-0.9.5-sources.jar (59 kB at 97 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/slf4j/jul-to-slf4j/1.7.30/jul-to-slf4j-1.7.30-sources.jar (6.2 kB at 10 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-api/2.7.4/hadoop-yarn-api-2.7.4-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-api/2.7.4/hadoop-yarn-api-2.7.4-sources.jar (651 kB at 609 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-util/6.1.26/jetty-util-6.1.26-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.6/commons-text-1.6-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/commons/commons-text/1.6/commons-text-1.6-sources.jar (230 kB at 282 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-shuffle/2.7.4/hadoop-mapreduce-client-shuffle-2.7.4-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-mapreduce-client-shuffle/2.7.4/hadoop-mapreduce-client-shuffle-2.7.4-sources.jar (44 kB at 71 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-sslengine/6.1.26/jetty-sslengine-6.1.26-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/mortbay/jetty/jetty-sslengine/6.1.26/jetty-sslengine-6.1.26-sources.jar (11 kB at 18 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-api/1.0.0-M20/api-asn1-api-1.0.0-M20-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/directory/api/api-asn1-api/1.0.0-M20/api-asn1-api-1.0.0-M20-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-databind/2.10.0/jackson-databind-2.10.0-sources.jar (1.0 MB at 779 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0/jackson-annotations-2.10.0-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/fasterxml/jackson/core/jackson-annotations/2.10.0/jackson-annotations-2.10.0-sources.jar (72 kB at 118 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/roaringbitmap/shims/0.7.45/shims-0.7.45-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/roaringbitmap/shims/0.7.45/shims-0.7.45-sources.jar (3.0 kB at 5.0 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/esotericsoftware/reflectasm/1.11.9/reflectasm-1.11.9-sources.jar (15 kB at 25 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/avro/avro-ipc/1.8.2/avro-ipc-1.8.2-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/avro/avro-ipc/1.8.2/avro-ipc-1.8.2-sources.jar (149 kB at 241 kB/s)
Downloading from central: https://repo.maven.apache.org/maven2/com/ning/compress-lzf/1.0.3/compress-lzf-1.0.3-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/com/ning/compress-lzf/1.0.3/compress-lzf-1.0.3-sources.jar (0 B at 0 B/s)
Downloading from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-server-common/2.7.4/hadoop-yarn-server-common-2.7.4-sources.jar
Downloaded from central: https://repo.maven.apache.org/maven2/org/apache/hadoop/hadoop-yarn-server-common/2.7.4/hadoop-yarn-server-common-2.7.4-sources.jar (179 kB at 305 k

maven项目源码下载相关推荐

  1. SpringMVC+Spring4+Mybatis3集成,开发简单Web项目+源码下载

    转载自   SpringMVC+Spring4+Mybatis3集成,开发简单Web项目+源码下载 基本准备工作 1.安装JDK1.6以上版本,安装与配置 2.下载mybatis-3.2.0版:htt ...

  2. ASP.NET 3.5 新特性开发向导实践(附项目源码下载)

    ASP.NET 3.5 新特性开发向导实践(附项目源码下载) 本篇文章将演示ASP.NET 3.5 部分新功能.新特性,包括LINQ.ListView控件.LinqDataSource.DataPag ...

  3. Springboot+vue开发的图书借阅管理系统项目源码下载-P0029

    前言 图书借阅管理系统项目是基于SpringBoot+Vue技术开发而来,功能相对比较简单,分为两个角色即管理员和学生用户,核心业务功能就是图书的发布.借阅与归还,相比于一些复杂的系统,该项目具备简单 ...

  4. Python新闻推荐系统+爬虫+可视化 大数据项目 源码下载

    Python新闻推荐系统+爬虫+可视化 大数据项目 源码下载 网络爬虫:通过Python实现新浪新闻的爬取,可爬取新闻页面上的标题.文本.图片.视频链接 推荐算法:权重衰减+标签推荐+区域推荐+热点推 ...

  5. thinkphp开发app商城项目源码下载(thinkphp)

    thinkphp开发app商城项目源码下载(thinkphp) 本项目由比谷网络团队基于thinkphp 与VUe开发的wap端.app(暂无PC端)的开源商城系统,数年工作大牛开发,如有兴趣可以加群 ...

  6. 【持久化框架】SpringMVC+Spring4+Mybatis3 集成,开发简单Web项目+源码下载

    通过spring与Mybatis集成,开发一个简单用户增删改查的Web项目. 基本准备工作 1.安装JDK1.6以上版本,安装与配置 2.下载mybatis-3.2.0版:https://repo1. ...

  7. 战争迷雾效果 第05章 项目源码下载

    笨木头花心贡献,啥?花心?不呢,是用心~ 转载请注明,原文地址:http://www.benmutou.com/blog/archives/502 正文: 关于战争迷雾效果的项目源码一直没有放出来,原 ...

  8. 【持久化框架】SpringMVC+Spring4+Mybatis3集成,开发简单Web项目+源码下载【转】

    为什么80%的码农都做不了架构师?>>>    第一步:创建数据库表 在Navicat下执行如下sql命令创建数据库mybatis和表t_user CREATE DATABASE I ...

  9. 【持久化框架】SpringMVC+Spring4+Mybatis3集成,开发简单Web项目+源码下载

    2019独角兽企业重金招聘Python工程师标准>>> 第一步:创建数据库表 在Navicat下执行如下sql命令创建数据库mybatis和表t_user [sql] view pl ...

最新文章

  1. UVA 11752 超级幂
  2. 编辑神器VIM下安装zencoding
  3. 【 NLS 】Gauss-Netwon algorithm Iteration Procedure of TOA - Based Positioning
  4. Python调用MongoDB使用心得
  5. Redis命令——发布订阅
  6. 高薪面试系列一.HR
  7. 在windows平台下搭建Django项目虚拟环境
  8. html5pc转微信小程序,微信电脑版终于支持小程序 新版PC版微信实测
  9. C++异常 调用abort()
  10. Xml 学习 ---引自MSDN CHINA
  11. 从IP盗窃知悉:你的知识产权如何被盗?
  12. ARP防火墙 (防如网络执法官、网络剪刀手、局域网终结者限制本机网速)
  13. java 爬虫处理数据_Java语言实现爬虫实战
  14. 云计算技术学习书籍推荐
  15. 阿里工程师的自我修养之:如何在工作中快速成长? 致工程师的 10 个简单技巧
  16. 访问hadoop集群时错误:Access denied for user Administrator. Superuser privilege is required
  17. 修复 Android 系统问题的 9 款最佳 Android 手机维修软件和应用
  18. 【码云周刊第 28 期】计算机视觉时代的识图技术
  19. Axon Framework官方文档(五)
  20. http的了解、get/post的区别

热门文章

  1. 【VMware】虚拟机识别USB设备
  2. Excel Advent Calendar for 2010
  3. 第一次单元测验参考答案详解 mooc程序设计入门——翁凯
  4. read( )函数注意事项与不足
  5. 船舶强度与结构设计大作业二matlab,船舶强度与结构设计最新版
  6. 有时候,孤独是一种“病”
  7. 淘宝模板开发系列之JS模块开发
  8. 《人工智能杂记》人工智能时间简史
  9. python分析微博粉丝_新浪微博Python SDK笔记——获取粉丝列表或关注列表 | 学步园...
  10. 淘宝商品历史价格接口/商品历史价走势接口代码对接分享