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