This chapter introduces some of the basics of dependency management in Gradle. 本章では、Gradleにおける依存関係の管理について、基本的なところを紹介します。 Very roughly, dependency management is made up of two pieces. Firstly, Gradle needs to know about the things that your project needs to build or run, in order to find them. We call these incoming files the dependencies of the project. Secondly, Gradle needs to build and upload t