resolve: Resolve objects to file paths

Description Usage Arguments Methods (by class) See Also Examples

Description

Resolve objects to file paths

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
resolve(what, ...)

## S3 method for class 'module'
resolve(what, repositories, ...)

## S3 method for class 'character'
resolve(what, ...)

## S3 method for class 'list'
resolve(what, ...)

Arguments

what

The definition to resolve.

...

Additional arguments passed to methods.

repositories

A list of repositories to search in.

Methods (by class)

See Also

Other java dependency functions: fetch_module, maven_repository, module

Examples

1
resolve(module('com.h2database:h2:1.3.176'), list(maven_local, maven_central))

hoesler/dbj documentation built on May 17, 2019, 4:36 p.m.