public class LicensedArtifact extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
LicensedArtifact.Builder
A
LicensedArtifact builder. |
| Modifier and Type | Method and Description |
|---|---|
static LicensedArtifact.Builder |
builder(String groupId,
String artifactId,
String version) |
boolean |
equals(Object obj) |
String |
getArtifactId() |
List<String> |
getErrorMessages() |
String |
getGroupId() |
List<License> |
getLicenses() |
String |
getVersion() |
int |
hashCode() |
Copyright © 2010–2019 MojoHaus. All rights reserved.