@NonnullByDefault public static final class LibraryLoader.Dependency extends Object
| Constructor and Description |
|---|
Dependency(String groupId,
String artifactId,
String version,
String repoUrl) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
String |
getArtifactId() |
String |
getGroupId() |
String |
getRepoUrl() |
URL |
getUrl() |
String |
getVersion() |
int |
hashCode() |
String |
toString() |
public String getGroupId()
public String getArtifactId()
public String getVersion()
public String getRepoUrl()
public URL getUrl() throws MalformedURLException
MalformedURLExceptionCopyright © 2020. All rights reserved.