Searched defs:Dependency (Results 1 – 5 of 5) sorted by relevance
118 type Dependency struct { struct119 XMLName xml.Name `xml:"dependency"`121 MakeTarget string `xml:"-"`123 GroupId string `xml:"groupId"`124 ArtifactId string `xml:"artifactId"`125 Version string `xml:"version"`126 Type string `xml:"type"`127 Scope string `xml:"scope"`130 func (d Dependency) MkName() string {
138 type Dependency struct { struct139 XMLName xml.Name `xml:"dependency"`141 BpTarget string `xml:"-"`143 GroupId string `xml:"groupId"`144 ArtifactId string `xml:"artifactId"`145 Version string `xml:"version"`146 Type string `xml:"type"`147 Scope string `xml:"scope"`150 func (d Dependency) BpName() string {
9 class Dependency: class
37 class Dependency: class
357 type Dependency interface { interface