Gradle Dependencies and Dependency Configurations

From NovaOrdis Knowledge Base
Revision as of 00:45, 4 October 2020 by Ovidiu (talk | contribs) (Ovidiu moved page Gradle Dependencies to Gradle Dependencies and Configurations without leaving a redirect)
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" build.gradle DSL element: <syntaxhighlight lang='groovy'> dependencies {

 // configuration closure

}