MCPcopy Create free account
hub / github.com/XmirrorSecurity/OpenSCA-cli / GAV

Method GAV

opensca/sca/java/pom.go:109–111  ·  view source on GitHub ↗

GAV is groupId:artifactId:version

()

Source from the content-addressed store, hash-verified

107
108// GAV is groupId:artifactId:version
109func (pd PomDependency) GAV() string {
110 return fmt.Sprintf("%s:%s:%s", pd.GroupId, pd.ArtifactId, pd.Version)
111}
112
113// Index2 is groupId:artifactId:classifier:type
114func (pd PomDependency) Index2() string {

Callers 3

CheckMethod · 0.95
ParsePomsFunction · 0.80
inheritModulesFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected