public class Dependency extends Object
| Constructor and Description |
|---|
Dependency(String artifactID,
String type,
String version,
String url) |
| Modifier and Type | Method and Description |
|---|---|
String |
getArtifactID() |
String |
getType() |
String |
getUrl() |
String |
getVersion() |
void |
setArtifactID(String artifactID) |
void |
setType(String type) |
void |
setUrl(String url) |
void |
setVersion(String version) |
public String getArtifactID()
public void setArtifactID(String artifactID)
public String getType()
public void setType(String type)
public String getUrl()
public void setUrl(String url)
public String getVersion()
public void setVersion(String version)
Copyright © 2020 Mice S.r.l. All rights reserved.