Searched defs:Dependency (Results 1 – 3 of 3) 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 {
166 type Dependency struct { struct167 XMLName xml.Name `xml:"dependency"`169 BpTarget string `xml:"-"`170 BazelTarget string `xml:"-"`172 GroupId string `xml:"groupId"`173 ArtifactId string `xml:"artifactId"`174 Version string `xml:"version"`175 Type string `xml:"type"`176 Scope string `xml:"scope"`179 func (d Dependency) BpName() string {
135 func (e *TargetEdge) Dependency() *TargetNode { func212 func (s TargetEdgePathSegment) Dependency() *TargetNode { func