Searched defs:Dependency (Results 1 – 6 of 6) 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"`
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"`
9 class Dependency: class
37 class Dependency: class
166 public class Dependency { class375 public Dependency() { in Dependency() method in Dependency
183 TYPED_TEST(ParallelMoveTest, Dependency) { in TYPED_TEST() argument