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