class documentation

class _MavenArtifactRemote(_Fetcher):

Constructor: _MavenArtifactRemote(artifact, repoUrl)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method fetch Copy the artifact from the configured maven repository to the given path.
Instance Variable artifact Undocumented
Instance Variable repoUrl Undocumented
def __init__(self, artifact: MavenArtifact, repoUrl: str):

Undocumented

def fetch(self, targetPath: Path):

Copy the artifact from the configured maven repository to the given path.

artifact =

Undocumented

repoUrl =

Undocumented