@Generated public class MavenLibrary extends Object
Constructor and Description |
---|
MavenLibrary() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
String |
getCoordinates() |
Collection<String> |
getExclusions() |
String |
getRepo() |
int |
hashCode() |
MavenLibrary |
setCoordinates(String coordinates) |
MavenLibrary |
setExclusions(Collection<String> exclusions) |
MavenLibrary |
setRepo(String repo) |
String |
toString() |
public MavenLibrary setCoordinates(String coordinates)
public String getCoordinates()
public MavenLibrary setExclusions(Collection<String> exclusions)
public Collection<String> getExclusions()
public MavenLibrary setRepo(String repo)
public String getRepo()
Copyright © 2024. All rights reserved.