Searched defs:Dependency (Results 1 – 5 of 5) 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 {
161 type Dependency struct { struct162 XMLName xml.Name `xml:"dependency"`164 BpTarget string `xml:"-"`166 GroupId string `xml:"groupId"`167 ArtifactId string `xml:"artifactId"`168 Version string `xml:"version"`169 Type string `xml:"type"`170 Scope string `xml:"scope"`173 func (d Dependency) BpName() string {
9 class Dependency: class
37 class Dependency: class
536 type Dependency interface { interface