Index3 is groupId:artifactId:classifier:type:version
()
| 120 | |
| 121 | // Index3 is groupId:artifactId:classifier:type:version |
| 122 | func (pd PomDependency) Index3() string { |
| 123 | return fmt.Sprintf("%s:%s", pd.Index2(), pd.Version) |
| 124 | } |
| 125 | |
| 126 | // Index4 is groupId:artifactId:classifier:type:version:scope |
| 127 | func (pd PomDependency) Index4() string { |
no test coverage detected