Description Usage Arguments Methods (by class) See Also Examples
Resolve objects to file paths
1 2 3 4 5 6 7 8 9 10 |
what |
The definition to resolve. |
... |
Additional arguments passed to methods. |
repositories |
A list of |
module
: Tries to resolve the module what
in one of the given repositories
using fetch_module
.
character
: Checks if what
is a valid path to a file and returns what
.
list
: Resolves all elements in what
and returns them as a list.
Other java dependency functions: fetch_module
,
maven_repository
, module
1 | resolve(module('com.h2database:h2:1.3.176'), list(maven_local, maven_central))
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.