public final class MavenURL extends Object implements Serializable
| Constructor and Description |
|---|
MavenURL(MavenRepository repository,
String groupId,
String artifactId,
String version) |
| Modifier and Type | Method and Description |
|---|---|
URL |
createURL() |
byte[] |
download() |
static MavenURL |
fromMavenLibrary(MavenLibrary library) |
URL |
getURL() |
public MavenURL(MavenRepository repository, String groupId, String artifactId, String version)
public byte[] download()
throws IOException
IOExceptionpublic URL getURL() throws MalformedURLException
MalformedURLExceptionpublic URL createURL() throws MalformedURLException
MalformedURLExceptionpublic static MavenURL fromMavenLibrary(MavenLibrary library)
Copyright © 2022. All rights reserved.