| License | License | 
|---|---|
| Categories | CategoriesSpring Boot Container Microservices | 
| GroupId | GroupIdorg.springframework.boot | 
| ArtifactId | ArtifactIdspring-boot-build | 
| Version | Version1.5.22.RELEASE | 
| Type | Typepom | 
| Description | DescriptionSpring Boot Build Spring Boot Build | 
| Project URL | Project URL | 
| Project Organization | Project Organization | 
| Source Code Management | Source Code Management | 
| Filename | Size | 
|---|---|
| spring-boot-build-1.5.22.RELEASE.pom | 11 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-build/ -->
<dependency>
    <groupId>org.springframework.boot</groupId>
    <artifactId>spring-boot-build</artifactId>
    <version>1.5.22.RELEASE</version>
    <type>pom</type>
</dependency>// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-build/
implementation 'org.springframework.boot:spring-boot-build:1.5.22.RELEASE'// https://jarcasting.com/artifacts/org.springframework.boot/spring-boot-build/
implementation ("org.springframework.boot:spring-boot-build:1.5.22.RELEASE")'org.springframework.boot:spring-boot-build:pom:1.5.22.RELEASE'<dependency org="org.springframework.boot" name="spring-boot-build" rev="1.5.22.RELEASE">
  <artifact name="spring-boot-build" type="pom" />
</dependency>@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-build', version='1.5.22.RELEASE')
)libraryDependencies += "org.springframework.boot" % "spring-boot-build" % "1.5.22.RELEASE"[org.springframework.boot/spring-boot-build "1.5.22.RELEASE"]