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