export enum PackageManger { MAVEN = "maven", GRADLE = "gradle", GoMod = "go_mod", NPM = "npm", YARN = "yarn", }