(o artifact)
| 67 | } |
| 68 | |
| 69 | func (a artifact) Equal(o artifact) bool { |
| 70 | return a.GroupID == o.GroupID || a.ArtifactID == o.ArtifactID || a.Version.String() == o.Version.String() |
| 71 | } |
| 72 | |
| 73 | func (a artifact) ToPOMLicenses() pomLicenses { |
| 74 | return pomLicenses{ |