public class MavenHelper extends Object
| Modifier and Type | Method and Description |
|---|---|
static boolean |
artifactExists(File buildDir,
DependencyInfo dep,
String version) |
static void |
downloadArtifact(File buildDir,
DependencyInfo dep,
String version,
File destination) |
public static boolean artifactExists(File buildDir, DependencyInfo dep, String version) throws IOException, InterruptedException
IOExceptionInterruptedExceptionpublic static void downloadArtifact(File buildDir, DependencyInfo dep, String version, File destination) throws IOException, InterruptedException
IOExceptionInterruptedExceptionCopyright © 2004–2018. All rights reserved.