File | Operation |
---|---|
spring-boot-parent-1.0.0.RELEASE.pom | download |
<dependency>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-parent</artifactId>
<version>1.0.0.RELEASE</version>
<type>pom</type>
</dependency>
libraryDependencies += "org.springframework.boot" % "spring-boot-parent" % "1.0.0.RELEASE"
@Grapes(
@Grab(group='org.springframework.boot', module='spring-boot-parent', version='1.0.0.RELEASE')
)
<dependency org="org.springframework.boot" name="spring-boot-parent" rev="1.0.0.RELEASE" />