Grabs a dependency expressed using the endorsed module shorthand. @param endorsedModule the endorsed module notation @return an engine-specific result
(String endorsedModule)
| 44 | * @return an engine-specific result |
| 45 | */ |
| 46 | Object grab(String endorsedModule); |
| 47 | |
| 48 | /** |
| 49 | * Grabs a single dependency. |