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