UNPKG
spring-boot-cli
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
CLI for Spring Boot
github.com/theapplegeek/Spring-Boot-CLI.git
theapplegeek/Spring-Boot-CLI
spring-boot-cli
/
src
/
models
/
pom.model.mts
10 lines
•
242 B
text/typescript
View Raw
1
2
3
4
5
6
7
8
9
10
export interface Pom { project: { groupId: string[]; artifactId: string[]; name: string[]; description: string[]; licenses: { license: any[] }
[]
; developers: { developer: any[] }
[]
; }; }