July 2015
Intermediate to advanced
284 pages
5h 41m
English
Whenever Gradle searches for dependencies in the repository, first it searches for a module descriptor file (for example, pom.xml or ivy.xml). Gradle parses this file and downloads the actual JAR file and its dependencies mentioned in the module descriptor. There might be a case when a module descriptor file is not present. In this case, Gradle directly looks for the JAR file and downloads it.
Gradle enables you to play with your dependencies in different ways. Not only you can download other file formats such as ZIP and WAR, you can also mention different classifiers, if needed.
By default, Gradle downloads file with the .jar extension. Sometimes, you might need to download either a ZIP file ...
Read now
Unlock full access