Skip to main content Link Menu Expand (external link) Document Search Copy Copied

Adding Dependencies to a Gradle Project

Header Image

  1. What are dependencies?
    • The article provides an overview of what dependencies are, their types, and their importance in building reliable and robust code.
  2. Adding dependencies to build.gradle file
    • The article covers how to add dependencies to the build.gradle file using dependency notation, and how to declare their scopes, which determines how and where they are used in the project.
  3. Resolving dependency conflicts
    • The article covers the topic of resolving dependency conflicts in Gradle, including understanding conflict resolution and using different dependency resolution strategies.

Table of contents