UNPKG

spring-boot-cli

Version:
10 lines 242 B
export interface Pom { project: { groupId: string[]; artifactId: string[]; name: string[]; description: string[]; licenses: { license: any[] }[]; developers: { developer: any[] }[]; }; }