As you already know Maven and Gradle are build systems that provide built-in capability to resolve dependencies from configurable repositories. Both are able to cache dependencies locally and download them in parallel.
Fork the JFrog DevRel GitHub repository. Here you will find the JFrog Gradle and Maven challenge repositories, containing the Maven and Gradle projects.
Move to the project directory and run the clean install command:
$ mvn clean install