Gradle Dependencies and Dependency Configurations

From NovaOrdis Knowledge Base
Revision as of 00:42, 4 October 2020 by Ovidiu (talk | contribs) (→‎Overview)
Jump to navigation Jump to search

Internal

TO DEPLETE

Gradle Dependencies and Dependency Configurations

Overview

Dependencies for a project can be managed with Project.dependencies(Closure), Project.getDependencies() and the "dependencies" DSL element: <syntaxhighlight lang='groovy'> dependencies {

 // configuration closure

}