Failed to build dl4j-examples

Have clone the newest version of dl4j-examples.
Ran the following command for dl4j-examples:
mvn clean install
but the following error is reported:
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 02:51 h
[INFO] Finished at: 2022-09-06T01:35:19+08:00
[INFO] ------------------------------------------------------------------------
[ERROR] Failed to execute goal on project dl4j-examples: Could not resolve dependencies for project org.deeplearning4j:dl4j-examples:jar:1.0.0-SNAPSHOT: The following artifacts could not be resolved: org.bytedeco:opencv:jar:macosx-x86_64:4.5.5-1.5.7, org.bytedeco:opencv:jar:windows-x86:4.5.5-1.5.7, org.bytedeco:opencv:jar:windows-x86_64:4.5.5-1.5.7, org.bytedeco:leptonica:jar:android-x86:1.82.0-1.5.7, org.bytedeco:ffmpeg:jar:android-arm:5.0-1.5.7, org.bytedeco:ffmpeg:jar:android-arm64:5.0-1.5.7, org.bytedeco:ffmpeg:jar:android-x86:5.0-1.5.7, org.bytedeco:ffmpeg:jar:android-x86_64:5.0-1.5.7, org.bytedeco:ffmpeg:jar:linux-armhf:5.0-1.5.7, org.bytedeco:ffmpeg:jar:linux-arm64:5.0-1.5.7, org.bytedeco:openblas:jar:windows-x86:0.3.13-1.5.5, org.bytedeco:librealsense2:jar:linux-armhf:2.40.0-1.5.5, org.bytedeco:librealsense2:jar:linux-arm64:2.40.0-1.5.5: Could not transfer artifact org.bytedeco:opencv:jar:macosx-x86_64:4.5.5-1.5.7 from/to central (Central Repository:): GET request of: org/bytedeco/opencv/4.5.5-1.5.7/opencv-4.5.5-1.5.7-macosx-x86_64.jar from central failed: Premature end of Content-Length delimited message body (expected: 25,610,264; received: 16,524,020) → [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] DependencyResolutionException - Apache Maven - Apache Software Foundation
What could be the cause? Thanks in advance!
Any hint/guidance would be appreciated.

@TempKonduitUser1 that has nothing to do with the examples that’s just your network cutting the download. Just rerun the build. You may need to clean your .m2 repository of any corrupt artifacts.