UNPKG

@nxrocks/common-jvm

Version:

Common library to share code among the JVM-related plugins.

6 lines (5 loc) 101 B
export interface MavenDependency { groupId: string; artifactId: string; scope: string; }