Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdorg.springframework.boot |
ArtifactId | ArtifactIdspring-boot-starters |
Version | Version2.1.7.RELEASE |
Type | Typepom |
Filename | Size |
---|---|
spring-boot-starters-2.1.7.RELEASE.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starters/ -->
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starters</artifactId>
<version>2.1.7.RELEASE</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starters/
implementation 'org.springframework.boot:spring-boot-starters:2.1.7.RELEASE'
// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-starters/
implementation ("org.springframework.boot:spring-boot-starters:2.1.7.RELEASE")
'org.springframework.boot:spring-boot-starters:pom:2.1.7.RELEASE'
<dependency org="org.springframework.boot" name="spring-boot-starters" rev="2.1.7.RELEASE">
<artifact name="spring-boot-starters" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-starters', version='2.1.7.RELEASE')
)
libraryDependencies += "org.springframework.boot" % "spring-boot-starters" % "2.1.7.RELEASE"
[org.springframework.boot/spring-boot-starters "2.1.7.RELEASE"]