Index4 is groupId:artifactId:classifier:type:version:scope
()
| 125 | |
| 126 | // Index4 is groupId:artifactId:classifier:type:version:scope |
| 127 | func (pd PomDependency) Index4() string { |
| 128 | return fmt.Sprintf("%s:%s", pd.Index3(), pd.Scope) |
| 129 | } |
| 130 | |
| 131 | // ReadPom 读取pom信息 |
| 132 | func ReadPom(reader io.Reader) *Pom { |