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