File | Operation |
---|---|
spring-boot-starter-parent-2.7.0.v1.pom | download |
<dependency>
<groupId>com.seepine</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>2.7.0.v1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-parent', version='2.7.0.v1')
)
<parent> <groupId>com.seepine</groupId> <artifactId>spring-boot-dependencies</artifactId> <version>2.7.0.v1</version> </parent>
compile
|-- org.springframework.boot:spring-boot-starter-web
|-- org.springframework.boot:spring-boot-starter-undertow
|-- org.springframework.boot:spring-boot-configuration-processor
|-- org.springframework.boot:spring-boot-starter-validation
|-- org.springframework.boot:spring-boot-starter-aop
provided
|-- org.springframework.boot:spring-boot-devtools
test