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