Skip to content

Instantly share code, notes, and snippets.

@ShikherVerma
Last active September 17, 2017 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ShikherVerma/35115fb8d759b08ef1c20898e39b3ec0 to your computer and use it in GitHub Desktop.
Save ShikherVerma/35115fb8d759b08ef1c20898e39b3ec0 to your computer and use it in GitHub Desktop.
/**
* 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