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