maven_repository: Resolve Java dependencies with maven

Description Usage Arguments Format See Also

Description

Define maven repositories to resolve modules.

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
maven_remote_repository(url, local_mirror = NULL, install = is(local_mirror,
  "maven_local_repository"))

maven_local_repository(path)

maven_local

maven_central

## S3 method for class 'maven_remote_repository'
fetch_module(repository, module, ...)

## S3 method for class 'maven_local_repository'
fetch_module(repository, module, ...)

Arguments

url, path

The location of the repository.

local_mirror

A local maven repository to which remotely fetched modules can be installed.

install

Should the fetched artifact be installed to the local repository?

repository

The repository to search in.

module

The module to resolve.

...

Additional arguments passed to methods.

Format

An object of class maven_local_repository of length 1.

See Also

Other java dependency functions: fetch_module, module, resolve


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