spring-boot-starter-parent

Easy Spring Boot Starter

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

com.seepine
ArtifactId

ArtifactId

spring-boot-starter-parent
Last Version

Last Version

2.7.0.v1
Release Date

Release Date

Type

Type

pom
Description

Description

spring-boot-starter-parent
Easy Spring Boot Starter
Project URL

Project URL

https://github.com/seepine/spring-boot-starter-parent
Source Code Management

Source Code Management

https://seepine.com

Download spring-boot-starter-parent

How to add to project

<!-- https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-parent/ -->
<dependency>
    <groupId>com.seepine</groupId>
    <artifactId>spring-boot-starter-parent</artifactId>
    <version>2.7.0.v1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-parent/
implementation 'com.seepine:spring-boot-starter-parent:2.7.0.v1'
// https://jarcasting.com/artifacts/com.seepine/spring-boot-starter-parent/
implementation ("com.seepine:spring-boot-starter-parent:2.7.0.v1")
'com.seepine:spring-boot-starter-parent:pom:2.7.0.v1'
<dependency org="com.seepine" name="spring-boot-starter-parent" rev="2.7.0.v1">
  <artifact name="spring-boot-starter-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.seepine', module='spring-boot-starter-parent', version='2.7.0.v1')
)
libraryDependencies += "com.seepine" % "spring-boot-starter-parent" % "2.7.0.v1"
[com.seepine/spring-boot-starter-parent "2.7.0.v1"]

Dependencies

compile (5)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-web jar
org.springframework.boot : spring-boot-starter-undertow jar
org.springframework.boot : spring-boot-configuration-processor Optional jar
org.springframework.boot : spring-boot-starter-validation jar
org.springframework.boot : spring-boot-starter-aop jar

provided (2)

Group / Artifact Type Version
org.projectlombok : lombok Optional jar
org.springframework.boot : spring-boot-devtools Optional jar

test (1)

Group / Artifact Type Version
org.springframework.boot : spring-boot-starter-test jar

Project Modules

There are no modules declared in this project.

Versions

Version
2.7.0.v1