Searched defs:Dependency (Results 1 – 4 of 4) sorted by relevance
119 type Dependency struct { struct120 XMLName xml.Name `xml:"dependency"`122 MakeTarget string `xml:"-"`124 GroupId string `xml:"groupId"`125 ArtifactId string `xml:"artifactId"`126 Version string `xml:"version"`127 Type string `xml:"type"`128 Scope string `xml:"scope"`131 func (d Dependency) MkName() string {
162 type Dependency struct { struct163 XMLName xml.Name `xml:"dependency"`165 BpTarget string `xml:"-"`167 GroupId string `xml:"groupId"`168 ArtifactId string `xml:"artifactId"`169 Version string `xml:"version"`170 Type string `xml:"type"`171 Scope string `xml:"scope"`174 func (d Dependency) BpName() string {
9 class Dependency: class
37 class Dependency: class