public class Dependency extends Object
Constructor and Description |
---|
Dependency(@NotNull String groupId,
@NotNull String artifactId,
@NotNull String version) |
Dependency(@NotNull String groupId,
@NotNull String artifactId,
@NotNull String version,
@NotNull String repository) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(@Nullable Object object) |
@NotNull String |
getArtifactId() |
@NotNull URL |
getDownloadURL() |
@NotNull String |
getGroupId() |
@NotNull String |
getRepository() |
@NotNull String |
getVersion() |
int |
hashCode() |
public Dependency(@NotNull @NotNull String groupId, @NotNull @NotNull String artifactId, @NotNull @NotNull String version)
@NotNull public @NotNull String getGroupId()
@NotNull public @NotNull String getArtifactId()
@NotNull public @NotNull String getVersion()
@NotNull public @NotNull String getRepository()
@NotNull public @NotNull URL getDownloadURL() throws MalformedURLException
MalformedURLException
Copyright © 2021. All rights reserved.