Searched refs:BazelDeps (Results 1 – 1 of 1) sorted by relevance
306 return p.BazelDeps("jar", []string{"compile", "runtime"})310 return p.BazelDeps("aar", []string{"compile", "runtime"})341 func (p Pom) BazelDeps(typeExt string, scopes []string) []string { func