Last Version

Spring Boot Starters 2.2.13.RELEASE

Spring Boot Starters

License

License

Categories

Categories

Spring Boot Container Microservices
GroupId

GroupId

org.springframework.boot
ArtifactId

ArtifactId

spring-boot-starters
Version

Version

2.2.13.RELEASE
Type

Type

pom
Description

Description

Spring Boot Starters
Spring Boot Starters
Project URL

Project URL

https://projects.spring.io/spring-boot/#/spring-boot-parent/spring-boot-starters
Project Organization

Project Organization

Pivotal Software, Inc.
Source Code Management

Source Code Management

https://github.com/spring-projects/spring-boot

Download spring-boot-starters 2.2.13.RELEASE


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.