find_artifacts: Have maven find a dependency

Description Usage Arguments See Also

View source: R/dependency_get.R

Description

This function will find a maven dependency in your local maven repository. Note that if the dependency has not yet been downloaded (e.g., via download_dependency) then the return value will be NULL.

Usage

1
find_artifacts(artifacts, resolve = FALSE, verbose = FALSE)

Arguments

artifacts

Character vector. Should be of the form 'groupId:artifactId:version[:packaging[:classifier]]' where the packaging and classifier inputs are optional.

resolve

Logical. If TRUE use get_dependencies to resolve any requested artifacts that are not found in the local maven repository.

verbose

Logical. Dump maven output to console.

See Also

get_dependencies


mitre/mvndeps documentation built on Feb. 18, 2020, 6:13 p.m.