Last active
September 17, 2017 05:46
-
-
Save ShikherVerma/35115fb8d759b08ef1c20898e39b3ec0 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* Adds a dependency to the given configuration. | |
* | |
* @param configurationName The name of the configuration. | |
* @param dependencyNotation | |
* | |
* The dependency notation, in one of the notations described above. | |
* @return The dependency. | |
*/ | |
Dependency add(String configurationName, Object dependencyNotation); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment