export interface MavenDependency {
    groupId: string;
    artifactId: string;
    scope: string;
}
